diff options
| author | Kjartan Oli Agustsson <kjartanoli@outlook.com> | 2025-06-18 02:16:15 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-22 12:54:09 +0100 |
| commit | 7c405b8da90d01db50e7022401c08e89aed85335 (patch) | |
| tree | 355f8cc1f17d9dc93bf88d45b538ac86d829d2e6 | |
| parent | 78039c3e619a4badaf48bb554719a53c83b8b090 (diff) | |
gnu: python-ikarus: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (python-ikarus): [build-system]: Use
pyproject.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Idb3b5a65767998e232fcc31534cb923ea6f5fed8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a5cfdcfb01c..ea80a2c3dac 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -22227,7 +22227,7 @@ single-cell RNA-seq data.") (sha256 (base32 "086czpvj4yafz4vrq5rx2gy0bj2l8nzwnkk0gw8qvy4w133xjysy")))) - (build-system python-build-system) + (build-system pyproject-build-system) (arguments `(#:tests? #false #:phases @@ -22249,6 +22249,8 @@ single-cell RNA-seq data.") python-anndata python-ctxcore ;because of issue 12 pyscenic)) + (native-inputs + (list python-setuptools python-wheel)) (home-page "https://github.com/BIMSBbioinfo/ikarus") (synopsis "Machine learning classifier of tumor cells") (description |
