gnu: preseq: Simplify snippet.

* gnu/packages/bioinformatics.scm (preseq)[source]: Simplify snippet.
This commit is contained in:
Ricardo Wurmus 2021-12-04 18:38:25 +01:00
parent bd746917a2
commit 8a446f5e41
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6874,10 +6874,8 @@ (define-public preseq
(sha256
(base32 "149x9xmk1wy1gff85325yfzqc0qk4sgp1w6gbyj9cnji4x1dszbl"))
(modules '((guix build utils)))
(snippet '(begin
;; Remove bundled samtools.
(delete-file-recursively "samtools")
#t))))
(snippet '(delete-file-recursively "samtools"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;no "check" target