From 7c405b8da90d01db50e7022401c08e89aed85335 Mon Sep 17 00:00:00 2001 From: Kjartan Oli Agustsson Date: Wed, 18 Jun 2025 02:16:15 +0000 Subject: [PATCH] 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 --- gnu/packages/bioinformatics.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a5cfdcfb01c70e37958aa0fb6aa116f443c4a254..ea80a2c3dacf90081571d0cf42a703d41acea50b 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