guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: multiqc: Add python-nose to inputs.


From: Ricardo Wurmus
Subject: 01/01: gnu: multiqc: Add python-nose to inputs.
Date: Wed, 18 Jan 2017 15:10:20 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 1778ea740e052a9a31151b2746d3bcce199ec3b4
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 18 16:00:43 2017 +0100

    gnu: multiqc: Add python-nose to inputs.
    
    * gnu/packages/bioinformatics.scm (multiqc)[propagated-inputs]: Add
    python-nose.
---
 gnu/packages/bioinformatics.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c60bedc..0a77ccf 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8024,7 +8024,9 @@ replacement for strverscmp.")
        ("python-pyyaml" ,python-pyyaml)
        ("python-click" ,python-click)
        ("python-matplotlib" ,python-matplotlib)
-       ("python-numpy" ,python-numpy)))
+       ("python-numpy" ,python-numpy)
+       ;; MultQC checks for the presence of nose at runtime.
+       ("python-nose" ,python-nose)))
     (home-page "http://multiqc.info";)
     (synopsis "Aggregate bioinformatics analysis reports")
     (description



reply via email to

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