[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/19: gnu: mash: Simplify snippet.
From: |
guix-commits |
Subject: |
17/19: gnu: mash: Simplify snippet. |
Date: |
Fri, 3 Dec 2021 18:33:50 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit a6b6084649586490d760e1c5aa10910527aaecf7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 4 00:30:44 2021 +0100
gnu: mash: Simplify snippet.
* gnu/packages/bioinformatics.scm (mash)[snippet]: Simplify.
---
gnu/packages/bioinformatics.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index cc7f947..f1190c8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5304,11 +5304,9 @@ sequences).")
"049hwcc059p2fd9vwndn63laifvvsi0wmv84i6y1fr79k15dxwy6"))
(modules '((guix build utils)))
(snippet
- '(begin
- ;; Delete bundled kseq.
- ;; TODO: Also delete bundled murmurhash and open bloom
filter.
- (delete-file "src/mash/kseq.h")
- #t))))
+ ;; Delete bundled kseq.
+ ;; TODO: Also delete bundled murmurhash and open bloom filter.
+ '(delete-file "src/mash/kseq.h"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No tests.
- 06/19: gnu: bowtie1: Replace reference to %outputs., (continued)
- 06/19: gnu: bowtie1: Replace reference to %outputs., guix-commits, 2021/12/03
- 07/19: gnu: cd-hit: Replace reference to %outputs., guix-commits, 2021/12/03
- 10/19: gnu: fxtract: Replace reference to %outputs., guix-commits, 2021/12/03
- 12/19: gnu: java-picard: Replace reference to %build-inputs., guix-commits, 2021/12/03
- 13/19: gnu: fastp: Replace reference to %outputs., guix-commits, 2021/12/03
- 14/19: gnu: jellyfish: Replace reference to %outputs., guix-commits, 2021/12/03
- 18/19: gnu: mash: Move htslib and capnproto to regular inputs., guix-commits, 2021/12/03
- 19/19: gnu: mash: Replace references to %build-inputs., guix-commits, 2021/12/03
- 15/19: gnu: mafft: Replace references to %build-inputs and %outputs., guix-commits, 2021/12/03
- 16/19: gnu: mafft: Remove trailing #T., guix-commits, 2021/12/03
- 17/19: gnu: mash: Simplify snippet.,
guix-commits <=
- 09/19: gnu: delly: Replace reference to %outputs., guix-commits, 2021/12/03
- 11/19: gnu: java-htsjdk: Replace reference to %outputs., guix-commits, 2021/12/03
- 08/19: gnu: libbigwig: Replace reference to %outputs., guix-commits, 2021/12/03