Split OpenMP dependencies into build and run

This commit is contained in:
2024-11-15 15:29:38 +01:00
committed by Aleix Boné
parent 859eebda98
commit 00a1133019

View File

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