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:
Raúl Peñacoba 2024-10-25 18:13:01 +02:00 committed by Rodrigo Arias Mallo
parent 5f85082553
commit 73e30d20e9

View File

@ -10,6 +10,7 @@
, version
, nosv
, ovni
, python3
, enableNosv ? false
, enableDebug ? false
, enableOvni ? false
@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
ninja
perl
pkg-config
python3
] ++ lib.optionals enableNosv [
nosv
] ++ lib.optionals enableOvni [