Fix openmp buildInputs

This commit is contained in:
2025-12-09 15:10:02 +01:00
parent 15ebb94645
commit 5a4e9ae48a

View File

@@ -39,7 +39,9 @@ stdenv.mkDerivation rec {
perl
pkg-config
python3
] ++ lib.optionals enableNosv [
];
buildInputs = lib.optionals enableNosv [
nosv
] ++ lib.optionals enableOvni [
ovni