fityk: fix build

The build fails with boost 187, pinning to 186 it is.
This commit is contained in:
Anton Mosich
2025-04-18 01:19:14 +02:00
parent 5babb318ba
commit 5fc00ecac4
+2 -2
View File
@@ -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