me
/
guix
Archived
1
0
Fork 0

gnu: preseq: Simplify snippet.

* gnu/packages/bioinformatics.scm (preseq)[source]: Simplify snippet.
master
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
1 changed files with 2 additions and 4 deletions

View File

@ -6874,10 +6874,8 @@ structures, classes for genomic regions, mapped sequencing reads, etc.")
(sha256 (sha256
(base32 "149x9xmk1wy1gff85325yfzqc0qk4sgp1w6gbyj9cnji4x1dszbl")) (base32 "149x9xmk1wy1gff85325yfzqc0qk4sgp1w6gbyj9cnji4x1dszbl"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin ;; Remove bundled samtools.
;; Remove bundled samtools. (snippet '(delete-file-recursively "samtools"))))
(delete-file-recursively "samtools")
#t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ;no "check" target `(#:tests? #f ;no "check" target