me
/
guix
Archived
1
0
Fork 0

gnu: python-velocyto: Remove generated C files.

* gnu/packages/bioinformatics.scm (python-velocyto)[source]: Remove all
generated .c files.
master
Ricardo Wurmus 2021-12-07 15:31:33 +01:00
parent 6e67cda755
commit cbef1824da
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 1 deletions

View File

@ -13337,7 +13337,11 @@ repeated areas between contigs.")
(uri (pypi-uri "velocyto" version))
(sha256
(base32
"0fgygyzqgrq32dv6a00biq1p1cwi6kbl5iqblxq1kklj6b2mzmhs"))))
"0fgygyzqgrq32dv6a00biq1p1cwi6kbl5iqblxq1kklj6b2mzmhs"))
(modules '((guix build utils)))
;; Delete generated C files.
(snippet
'(for-each delete-file (find-files "." "\\.c")))))
(build-system python-build-system)
(native-inputs
`(("python-joblib" ,python-joblib)))