Python is needed in openmp now
Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es> Tested-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
parent
5f85082553
commit
73e30d20e9
@ -10,6 +10,7 @@
|
|||||||
, version
|
, version
|
||||||
, nosv
|
, nosv
|
||||||
, ovni
|
, ovni
|
||||||
|
, python3
|
||||||
, enableNosv ? false
|
, enableNosv ? false
|
||||||
, enableDebug ? false
|
, enableDebug ? false
|
||||||
, enableOvni ? false
|
, enableOvni ? false
|
||||||
@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
ninja
|
ninja
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
|
python3
|
||||||
] ++ lib.optionals enableNosv [
|
] ++ lib.optionals enableNosv [
|
||||||
nosv
|
nosv
|
||||||
] ++ lib.optionals enableOvni [
|
] ++ lib.optionals enableOvni [
|
||||||
|
Loading…
Reference in New Issue
Block a user