diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-14 09:16:51 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:37:10 +0100 |
| commit | 409e14682068260045f0588da385872bd8f0b01e (patch) | |
| tree | f6cdb382bacb4a1adc526a9a460da9a42586edde | |
| parent | 70e30ea1d71b47eae19f889c35c6bc6cc7eee88f (diff) | |
gnu: pigx-scrnaseq: Fix build on Python@3.12.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq):
[native-inputs]: Add python-setuptools.
Change-Id: I80ed3e99e23e6d04f2e4a670283efce80fc43dfb
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 955b1824ca..36fe284255 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -18053,6 +18053,8 @@ methylation and segmentation.") (setenv "NUMBA_CACHE_DIR" "/tmp") ;; Needed to capture environment (setenv "PYTHONPATH" (getenv "GUIX_PYTHONPATH"))))))) + (native-inputs + (list python-setuptools)) (inputs (list coreutils perl |
