mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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.
This commit is contained in:
parent
fb29d7d70c
commit
c0f6446579
1 changed files with 2 additions and 0 deletions
|
@ -14453,6 +14453,8 @@ (define-public python-velocyto
|
|||
(base32
|
||||
"0fgygyzqgrq32dv6a00biq1p1cwi6kbl5iqblxq1kklj6b2mzmhs"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-joblib" ,python-joblib)))
|
||||
(propagated-inputs
|
||||
`(("python-click" ,python-click)
|
||||
("python-cython" ,python-cython)
|
||||
|
|
Loading…
Reference in a new issue