Split OpenMP dependencies into build and run

This commit is contained in:
Aleix Roca Nonell 2024-11-15 15:29:38 +01:00
parent 1666c14a35
commit 1f09f8cac2

View File

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