gnu: mash: Simplify snippet.

* gnu/packages/bioinformatics.scm (mash)[snippet]: Simplify.
This commit is contained in:
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

View file

@ -5304,11 +5304,9 @@ (define-public mash
"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 bundled kseq.
;; TODO: Also delete bundled murmurhash and open bloom filter.
'(delete-file "src/mash/kseq.h"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No tests.