rekado pushed a commit to branch master
in repository guix.
commit 78bdaf6987dc35a609bf4ff9392f6d656b051f12
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Jan 12 21:51:32 2025 +0100
gnu: python-whatshap: Add missing input.
* gnu/packages/bioinformatics.scm (python-whatshap)[native-inputs]: Add
python-wheel.
Change-Id: I51f9bb3791434befb61ecc6225060d6a4eb92dab
---
gnu/packages/bioinformatics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index aabdb0c53f..276d71a393 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3718,7 +3718,8 @@ files.")
python-setuptools
python-setuptools-scm
python-sphinx
- python-sphinx-issues))
+ python-sphinx-issues
+ python-wheel))
(home-page "https://whatshap.readthedocs.io/")
(synopsis "Read-based phasing of genomic variants")
(description