fityk: fix build
The build fails with boost 187, pinning to 186 it is.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user