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")) "049hwcc059p2fd9vwndn63laifvvsi0wmv84i6y1fr79k15dxwy6"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin ;; Delete bundled kseq.
;; Delete bundled kseq. ;; TODO: Also delete bundled murmurhash and open bloom filter.
;; TODO: Also delete bundled murmurhash and open bloom filter. '(delete-file "src/mash/kseq.h"))))
(delete-file "src/mash/kseq.h")
#t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; No tests. `(#:tests? #f ; No tests.