rekado pushed a commit to branch python-team in repository guix. commit 4869bc9f845788bcc2dacc96c9e1ec47241232b8 Author: Ricardo Wurmus <rek...@elephly.net> 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 e954d81745..e9fb37e0cc 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