sv-lang: unpin Boost

This commit is contained in:
Emily
2024-11-25 08:53:37 +00:00
parent ba861095f9
commit e45f423d2e
+2 -2
View File
@@ -1,7 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, boost182
, boost
, catch2_3
, cmake
, ninja
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
buildInputs = [
unordered_dense
boost182
boost
fmt_9
# though only used in tests, cmake will complain its absence when configuring
catch2_3