Unverified Commit 5fc00eca authored by Anton Mosich's avatar Anton Mosich
Browse files

fityk: fix build

The build fails with boost 187, pinning to 186 it is.
parent 5babb318
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
  autoreconfHook,
  wxGTK32,
  boost,
  boost186,
  lua,
  zlib,
  bzip2,
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
  ];
  buildInputs = [
    wxGTK32
    boost
    boost186
    lua
    zlib
    bzip2