forked from rarias/jungle
Fix openmp buildInputs
This commit is contained in:
parent
0aa69ba4f9
commit
0307b07231
@ -39,7 +39,9 @@ stdenv.mkDerivation rec {
|
||||
perl
|
||||
pkg-config
|
||||
python3
|
||||
] ++ lib.optionals enableNosv [
|
||||
];
|
||||
|
||||
buildInputs = lib.optionals enableNosv [
|
||||
nosv
|
||||
] ++ lib.optionals enableOvni [
|
||||
ovni
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user