gnu: python-pygenometracks: Add missing native input.

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

Change-Id: I0294c84446603680498a4af5065a78f42129c476
This commit is contained in:
Sharlatan Hellseher 2025-02-24 23:28:03 +00:00
parent d98e6ab337
commit 03b0ca9e93
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -20209,7 +20209,8 @@ genomic scores), long range contacts and the visualization of viewpoints.")
python-pysam
python-tqdm))
(native-inputs
(list python-pytest))
(list python-pytest
python-wheel))
(home-page "https://pygenometracks.readthedocs.io")
(synopsis "Program and library to plot beautiful genome browser tracks")
(description