From 8a446f5e41083c8a7c999fbbd21cc01c2ce1503f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 4 Dec 2021 18:38:25 +0100 Subject: gnu: preseq: Simplify snippet. * gnu/packages/bioinformatics.scm (preseq)[source]: Simplify snippet. --- gnu/packages/bioinformatics.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 227edda5dd..adc5ca572d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -6874,10 +6874,8 @@ structures, classes for genomic regions, mapped sequencing reads, etc.") (sha256 (base32 "149x9xmk1wy1gff85325yfzqc0qk4sgp1w6gbyj9cnji4x1dszbl")) (modules '((guix build utils))) - (snippet '(begin - ;; Remove bundled samtools. - (delete-file-recursively "samtools") - #t)))) + ;; Remove bundled samtools. + (snippet '(delete-file-recursively "samtools")))) (build-system gnu-build-system) (arguments `(#:tests? #f ;no "check" target -- cgit v1.2.3