mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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 @@ 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…
Add table
Add a link
Reference in a new issue