Archived
1
0
forked from rarias/bscpkgs

Disable extrae as is broken

This commit is contained in:
2023-04-11 20:32:49 +02:00
parent a46a2ee794
commit 03c7256767
4 changed files with 7 additions and 11 deletions

View File

@@ -12,11 +12,12 @@
, gfortran
, xml2
, which
, libbfd
, mpi ? null
, cuda ? null
, llvmPackages
, autoreconfHook
, python37Packages
#, python3Packages
, installShellFiles
, symlinkJoin
}:
@@ -64,7 +65,8 @@ stdenv.mkDerivation rec {
xml2
which
libxml2.dev
#python37Packages.sphinx
libbfd
#python3Packages.sphinx
]
++ lib.optional stdenv.cc.isClang llvmPackages.openmp;