lucenepp: unpin boost
Build with boost 1.87 has fixed in https://github.com/NixOS/nixpkgs/pull/376024
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user