~ruther/guix-local

78bdaf6987dc35a609bf4ff9392f6d656b051f12 — Ricardo Wurmus 1 year, 3 months ago 5867756
gnu: python-whatshap: Add missing input.

* gnu/packages/bioinformatics.scm (python-whatshap)[native-inputs]: Add
python-wheel.

Change-Id: I51f9bb3791434befb61ecc6225060d6a4eb92dab
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +2 -1
@@ 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