mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: multiqc: Fix test dependencies.
* gnu/packages/bioinformatics.scm (multiqc)[native-inputs]: Add python-nose.
This commit is contained in:
parent
52f622ef9f
commit
0d90875974
1 changed files with 2 additions and 0 deletions
|
@ -7843,6 +7843,8 @@ (define-public multiqc
|
|||
(base32
|
||||
"0avw11h63ldpxy5pizc3wl1wa01ha7q10wb240nggsjz3jaqvyiy"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-nose" ,python-nose)))
|
||||
(propagated-inputs
|
||||
`(("python-jinja2" ,python-jinja2)
|
||||
("python-simplejson" ,python-simplejson)
|
||||
|
|
Loading…
Reference in a new issue