mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
fetchpatch,
|
||||
cmake,
|
||||
boost186,
|
||||
boost,
|
||||
gtest,
|
||||
zlib,
|
||||
}:
|
||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [
|
||||
boost186
|
||||
boost
|
||||
gtest
|
||||
zlib
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue