This is an automated email from the git hooks/post-receive script.

sharlatan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 03b0ca9e93 gnu: python-pygenometracks: Add missing native input.
03b0ca9e93 is described below

commit 03b0ca9e933440d0d198a91f09ac28cacbf6ac27
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Mon Feb 24 23:28:03 2025 +0000

    gnu: python-pygenometracks: Add missing native input.
    
    * gnu/packages/bioinformatics.scm (python-pygenometracks):
    [native-inputs]: Add python-wheel.
    
    Change-Id: I0294c84446603680498a4af5065a78f42129c476
---
 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 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

Reply via email to