rekado pushed a commit to branch master
in repository guix.
commit f1de8265f54094719eae34502aaf9f8d01b39164
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 8 17:53:25 2025 +0100
gnu: python-cell2cell: Add missing input.
* gnu/packages/bioinformatics.scm (python-cell2cell)[native-inputs]: Add
python-wheel.
Change-Id: I79015fa48c976489d4c1182cb4506aae139325ad
---
gnu/packages/bioinformatics.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e6257cee84..c6f8f99b0b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2224,6 +2224,7 @@ to explore and analyze bulk RNA-seq data.")
python-tqdm
python-umap-learn
python-xlrd))
+ (native-inputs (list python-wheel))
(home-page "https://github.com/earmingol/cell2cell")
(synopsis "Python library for cell communication analysis")
(description