mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: mash: Simplify snippet.
* gnu/packages/bioinformatics.scm (mash)[snippet]: Simplify.
This commit is contained in:
parent
31409a4af7
commit
a6b6084649
1 changed files with 3 additions and 5 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue