diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-12 21:51:32 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:47 +0100 |
commit | 78bdaf6987dc35a609bf4ff9392f6d656b051f12 (patch) | |
tree | a0aa9d90722a9e3a0dd4cae3aa0e72dddf8e75a9 | |
parent | 5867756180413f43b9d8ebfc5ab4a35568e4cfef (diff) |
gnu: python-whatshap: Add missing input.
* gnu/packages/bioinformatics.scm (python-whatshap)[native-inputs]: Add
python-wheel.
Change-Id: I51f9bb3791434befb61ecc6225060d6a4eb92dab
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |