lucenepp: unpin boost

Build with boost 1.87 has fixed in https://github.com/NixOS/nixpkgs/pull/376024
This commit is contained in:
rewine 2025-05-29 20:15:56 +08:00
parent f5bd03ecbe
commit c874cc3f75

View file

@ -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
]; ];