guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/12: gnu: python-whatshap: Add missing input.


From: guix-commits
Subject: 12/12: gnu: python-whatshap: Add missing input.
Date: Sun, 12 Jan 2025 15:53:03 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit 8c85853f424d49a5c346aaaa39fbdd76fc42990b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 12 21:51:32 2025 +0100

    gnu: python-whatshap: Add missing input.
    
    * gnu/packages/bioinformatics.scm (python-whatshap)[native-inputs]: Add
    python-wheel.
    
    Change-Id: I51f9bb3791434befb61ecc6225060d6a4eb92dab
---
 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 08f33841ec..8478ce851e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3687,7 +3687,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]