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
@ -15504,7 +15504,10 @@ sequences")
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "bwapy" version))
|
||||
(sha256
|
||||
(base32 "090qwx3vl729zn3a7sksbviyg04kc71gpbm3nd8dalqp673x1npw"))))
|
||||
(base32 "090qwx3vl729zn3a7sksbviyg04kc71gpbm3nd8dalqp673x1npw"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(for-each delete-file (find-files "." "\\.o$")))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-cffi" ,python-cffi)
|
||||
|
Loading…
Reference in New Issue
Block a user