diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-13 17:14:09 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:35 +0000 |
| commit | ac103f7fff798678100962041baf67a7ff540c5b (patch) | |
| tree | ac6a05aab25c13d7727c2fe0c1e2359b1d5e1787 | |
| parent | 0cb15c6f63c857a0fec236f1dc4735633283268f (diff) | |
gnu: python-gseapy: Extend with (pyproject-guile-json).
* gnu/packages/bioinformatics.scm (python-gseapy)[arguments]
<#:phases>: Extend with (pyproject-guile-json).
Change-Id: I6969e5d71d77d4d95a41fea0a0c2b572a8f1276c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -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 1c5a8fad5e6..5fe9fd83b24 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -25444,6 +25444,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 _ @@ -25499,7 +25500,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 |
