gnu: python-bwapy: Remove pre-built object files.
* gnu/packages/bioinformatics.scm (python-bwapy)[source]: Remove all .o files in a snippet.
This commit is contained in:
parent
57f278ffc4
commit
f2b99e3aaf
1 changed files with 4 additions and 1 deletions
|
@ -15504,7 +15504,10 @@ sequences")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "bwapy" version))
|
(uri (pypi-uri "bwapy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "090qwx3vl729zn3a7sksbviyg04kc71gpbm3nd8dalqp673x1npw"))))
|
(base32 "090qwx3vl729zn3a7sksbviyg04kc71gpbm3nd8dalqp673x1npw"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
'(for-each delete-file (find-files "." "\\.o$")))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-cffi" ,python-cffi)
|
`(("python-cffi" ,python-cffi)
|
||||||
|
|
Reference in a new issue