diff options
| author | Marius Bakke | 2016-12-16 13:28:49 +0100 |
|---|---|---|
| committer | Marius Bakke | 2016-12-16 13:28:49 +0100 |
| commit | 0d9087597467c3e34cf614a5475bfb0ea75b133b (patch) | |
| tree | 255c6217fbb9507f63ae8cb03355fc9a110c3ee8 | |
| parent | 52f622ef9fd315945f37de921c9d46997d176692 (diff) | |
gnu: multiqc: Fix test dependencies.
* gnu/packages/bioinformatics.scm (multiqc)[native-inputs]: Add python-nose.
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 3fb9bbc35..e37226b27 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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) |