me
/
guix
Archived
1
0
Fork 0

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
Roel Janssen 2020-03-09 14:34:41 +01:00
parent fb29d7d70c
commit c0f6446579
No known key found for this signature in database
GPG Key ID: CBD0CD5138C19AFC
1 changed files with 2 additions and 0 deletions

View File

@ -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)