gnu: multiqc: Fix test dependencies.

* gnu/packages/bioinformatics.scm (multiqc)[native-inputs]: Add python-nose.
This commit is contained in:
Marius Bakke 2016-12-16 13:28:49 +01:00
parent 52f622ef9f
commit 0d90875974
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -7843,6 +7843,8 @@ replacement for strverscmp.")
(base32
"0avw11h63ldpxy5pizc3wl1wa01ha7q10wb240nggsjz3jaqvyiy"))))
(build-system python-build-system)
(native-inputs
`(("python-nose" ,python-nose)))
(propagated-inputs
`(("python-jinja2" ,python-jinja2)
("python-simplejson" ,python-simplejson)