me
/
guix
Archived
1
0
Fork 0

gnu: mash: Simplify snippet.

* gnu/packages/bioinformatics.scm (mash)[snippet]: Simplify.
master
Ricardo Wurmus 2021-12-04 00:30:44 +01:00
parent 31409a4af7
commit a6b6084649
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 5 deletions

View File

@ -5304,11 +5304,9 @@ sequences).")
"049hwcc059p2fd9vwndn63laifvvsi0wmv84i6y1fr79k15dxwy6"))
(modules '((guix build utils)))
(snippet
'(begin
;; Delete bundled kseq.
;; TODO: Also delete bundled murmurhash and open bloom filter.
(delete-file "src/mash/kseq.h")
#t))))
'(delete-file "src/mash/kseq.h"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No tests.