forked from rarias/bscpkgs
Split OpenMP dependencies into build and run
This commit is contained in:
@@ -39,6 +39,9 @@ stdenv.mkDerivation rec {
|
||||
perl
|
||||
pkg-config
|
||||
python3
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
] ++ lib.optionals enableNosv [
|
||||
nosv
|
||||
] ++ lib.optionals enableOvni [
|
||||
|
||||
Reference in New Issue
Block a user