gnu: Fix build of python-velocyto.
* gnu/packages/bioinformatics.scm (python-velocyto): Add python-joblib to native-inputs to make the test suite run succesfully.master
parent
fb29d7d70c
commit
c0f6446579
|
@ -14453,6 +14453,8 @@ repeated areas between contigs.")
|
|||
(base32
|
||||
"0fgygyzqgrq32dv6a00biq1p1cwi6kbl5iqblxq1kklj6b2mzmhs"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-joblib" ,python-joblib)))
|
||||
(propagated-inputs
|
||||
`(("python-click" ,python-click)
|
||||
("python-cython" ,python-cython)
|
||||
|
|
Reference in New Issue