sv-lang: fix cross compilation (#351901)

This commit is contained in:
Nick Cao
2024-10-30 09:20:27 -04:00
committed by GitHub

View File

@@ -49,15 +49,14 @@ stdenv.mkDerivation rec {
cmake
python3
ninja
# though only used in tests, cmake will complain its absence when configuring
catch2_3
];
buildInputs = [
unordered_dense
boost182
fmt_9
# though only used in tests, cmake will complain its absence when configuring
catch2_3
];
# TODO: a mysterious linker error occurs when building the unittests on darwin.