rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 8a446f5e41083c8a7c999fbbd21cc01c2ce1503f
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Dec 4 18:38:25 2021 +0100

    gnu: preseq: Simplify snippet.
    
    * gnu/packages/bioinformatics.scm (preseq)[source]: Simplify snippet.
---
 gnu/packages/bioinformatics.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 227edda..adc5ca5 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

Reply via email to