Fix openmp buildInputs

This commit is contained in:
Aleix Boné 2025-12-09 15:10:02 +01:00
parent 0aa69ba4f9
commit 0307b07231
No known key found for this signature in database

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