mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
lucenepp: unpin boost
Build with boost 1.87 has fixed in https://github.com/NixOS/nixpkgs/pull/376024
This commit is contained in:
parent
f5bd03ecbe
commit
c874cc3f75
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
fetchpatch,
|
||||||
cmake,
|
cmake,
|
||||||
boost186,
|
boost,
|
||||||
gtest,
|
gtest,
|
||||||
zlib,
|
zlib,
|
||||||
}:
|
}:
|
||||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
boost186
|
boost
|
||||||
gtest
|
gtest
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue