diff options
author | Sharlatan Hellseher <[email protected]> | 2025-02-24 23:28:03 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-02-25 00:02:46 +0000 |
commit | 03b0ca9e933440d0d198a91f09ac28cacbf6ac27 (patch) | |
tree | 2c342e734749b1e467f6967546db93ddb79ac8bd | |
parent | d98e6ab337cbefdd77ff439f43b4b9f91fa607c2 (diff) |
gnu: python-pygenometracks: Add missing native input.
* gnu/packages/bioinformatics.scm (python-pygenometracks):
[native-inputs]: Add python-wheel.
Change-Id: I0294c84446603680498a4af5065a78f42129c476
-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 d22691422c..da76d7e033 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 |