gnu: python2-fastlmm: Fix test requirements.
* gnu/packages/python.scm (python2-fastlmm)[native-inputs]: Add python2-nose.
This commit is contained in:
parent
da5ebd1007
commit
1b6d7c3f3f
1 changed files with 2 additions and 1 deletions
|
@ -3290,7 +3290,8 @@ (define-public python2-fastlmm
|
|||
(native-inputs
|
||||
`(("unzip" ,unzip)
|
||||
("python2-cython" ,python2-cython)
|
||||
("python2-mock" ,python2-mock)))
|
||||
("python2-mock" ,python2-mock)
|
||||
("python2-nose" ,python2-nose)))
|
||||
(home-page "http://research.microsoft.com/en-us/um/redmond/projects/mscompbio/fastlmm/")
|
||||
(synopsis "Perform genome-wide association studies on large data sets")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue