lucenepp: unpin boost (#412062)

This commit is contained in:
rewine
2025-05-30 22:00:15 +08:00
committed by GitHub
+2 -2
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
fetchpatch,
cmake,
boost186,
boost,
gtest,
zlib,
}:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [
boost186
boost
gtest
zlib
];