vectorscan: unpin Boost

This commit is contained in:
Emily
2024-11-25 07:20:07 +00:00
parent 4fc4c42a85
commit 3462b97dbc
+2 -2
View File
@@ -6,7 +6,7 @@
, ragel
, util-linux
, python3
, boost184
, boost
, sqlite
, pcre
, enableShared ? !stdenv.hostPlatform.isStatic
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
] ++ lib.optional stdenv.hostPlatform.isLinux util-linux;
buildInputs = [
boost184
boost
sqlite
pcre
];