diff options
| author | Kjartan Oli Agustsson <kjartanoli@outlook.com> | 2025-06-18 03:09:29 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-22 12:54:10 +0100 |
| commit | b7ec773e5a837520fca5744fd9ac87b0dbe4dce7 (patch) | |
| tree | e276fbe192102ef1ec9fcbbac8507c632438162d | |
| parent | 002d6e4109f43d38d09bfdfc91711fdab31c3d4e (diff) | |
gnu: python-vireosnp: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (python-vireosnp): [build-system]: Use
pyproject.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Id49911001b3672402a17f0902a7e5a565168ab61
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1b0cd9221d6..b975c447e8e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -25006,8 +25006,11 @@ interest.") (sha256 (base32 "02ybhzivsxwnb1axlgbs63wni1j27xajnkl4jw1ps5vmsz2l4b0d")))) - (build-system python-build-system) + (build-system pyproject-build-system) (propagated-inputs (list python-matplotlib python-numpy python-scipy)) + (native-inputs + (list python-setuptools + python-wheel)) (home-page "https://github.com/huangyh09/vireoSNP") (synopsis "Deconvolution based on SNP for multiplexed scRNA-seq data") (description |
