mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: preseq: Simplify snippet.
* gnu/packages/bioinformatics.scm (preseq)[source]: Simplify snippet.
This commit is contained in:
parent
bd746917a2
commit
8a446f5e41
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue