[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: preseq: Simplify snippet.
From: |
guix-commits |
Subject: |
01/11: gnu: preseq: Simplify snippet. |
Date: |
Sat, 4 Dec 2021 13:54:54 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 8a446f5e41083c8a7c999fbbd21cc01c2ce1503f
Author: Ricardo Wurmus <rekado@elephly.net>
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
- branch core-updates-frozen updated (bd74691 -> 98d2abe), guix-commits, 2021/12/04
- 04/11: gnu: seqan-2: Use gexp for builder., guix-commits, 2021/12/04
- 05/11: gnu: seqan-1: Use gexp for builder., guix-commits, 2021/12/04
- 03/11: gnu: sra-tools: Remove references to %build-inputs., guix-commits, 2021/12/04
- 01/11: gnu: preseq: Simplify snippet.,
guix-commits <=
- 02/11: gnu: preseq: Remove references to %outputs and %build-inputs., guix-commits, 2021/12/04
- 06/11: gnu: vcftools: Replace references to %outputs., guix-commits, 2021/12/04
- 07/11: gnu: emboss: Remove reference to %build-inputs., guix-commits, 2021/12/04
- 08/11: gnu: piranha: Remove trailing #T., guix-commits, 2021/12/04
- 10/11: gnu: sailfish: Simplify snippet., guix-commits, 2021/12/04
- 11/11: gnu: sailfish: Remove references to %build-inputs., guix-commits, 2021/12/04
- 09/11: gnu: piranha: Remove references to %build-inputs., guix-commits, 2021/12/04