diff options
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 468b32f310..3558f1322c 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -25660,6 +25660,7 @@ CSIv1, CSIv2 and FAI files.") ((guix build pyproject-build-system) #:prefix py:) (guix build utils)) #:phases + (with-extensions (list (pyproject-guile-json)) #~(modify-phases %standard-phases (add-after 'install 'prepare-python-module (lambda _ @@ -25715,7 +25716,7 @@ exclude = (when tests? (invoke "pytest" "-vv" "tests" ;; These tests need access to the internet - "-k" "not test_enrichr and not test_prerank"))))))) + "-k" "not test_enrichr and not test_prerank")))))))) (inputs (cons python-wrapper (cargo-inputs 'python-gseapy))) (native-inputs |