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
|
@ -3290,7 +3290,8 @@ capabilities.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("unzip" ,unzip)
|
`(("unzip" ,unzip)
|
||||||
("python2-cython" ,python2-cython)
|
("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/")
|
(home-page "http://research.microsoft.com/en-us/um/redmond/projects/mscompbio/fastlmm/")
|
||||||
(synopsis "Perform genome-wide association studies on large data sets")
|
(synopsis "Perform genome-wide association studies on large data sets")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue