diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 04:26:32 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-12-16 04:26:32 +0100 |
commit | d281be18bca2437ff27f8c045c5dd5a3e5b77e57 (patch) | |
tree | 751f99f849485dcea00e488e3c00c50e90fd6694 | |
parent | 154d207c435a5a16d44bcb98dbb31c124dc87574 (diff) | |
download | patches-d281be18bca2437ff27f8c045c5dd5a3e5b77e57.tar patches-d281be18bca2437ff27f8c045c5dd5a3e5b77e57.tar.gz |
gnu: clipper: Fix test dependency.
* gnu/packages/bioinformatics.scm (clipper)[native-inputs]: Add python2-nose.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 5f56551526..3a7bffba79 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1562,6 +1562,7 @@ databases.") ("python-scipy" ,python2-scipy))) (native-inputs `(("python-mock" ,python2-mock) ; for tests + ("python-nose" ,python2-nose) ; for tests ("python-pytz" ,python2-pytz))) ; for tests (home-page "https://github.com/YeoLab/clipper") (synopsis "CLIP peak enrichment recognition") |