[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/18: gnu: sjcount: Remove trailing #T.
From: |
guix-commits |
Subject: |
03/18: gnu: sjcount: Remove trailing #T. |
Date: |
Sun, 5 Dec 2021 09:09:24 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 4c6cb448fdd79a446819c410a26342fd105737d4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 12:44:53 2021 +0100
gnu: sjcount: Remove trailing #T.
* gnu/packages/bioinformatics.scm (sjcount)[arguments]: Remove trailing #T
from build phases.
---
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 65cfc48..95b4ca1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11380,16 +11380,14 @@ analyses in addition to large-scale sequence-level
searches.")
(("-I \\$\\{SAMTOOLS_DIR\\}")
(string-append "-I" (assoc-ref inputs "samtools")
"/include/samtools"))
- (("-lz ") "-lz -lpthread "))
- #t))
+ (("-lz ") "-lz -lpthread "))))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(for-each (lambda (tool)
(install-file tool
(string-append (assoc-ref outputs
"out")
"/bin")))
- '("j_count" "b_count" "sjcount"))
- #t)))))
+ '("j_count" "b_count" "sjcount")))))))
(inputs
`(("samtools" ,samtools-0.1)
("zlib" ,zlib)))
- branch core-updates-frozen updated (c61e49a -> f2b99e3), guix-commits, 2021/12/05
- 03/18: gnu: sjcount: Remove trailing #T.,
guix-commits <=
- 01/18: gnu: dropseq-tools: Remove trailing #T., guix-commits, 2021/12/05
- 02/18: gnu: dropseq-tools: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 06/18: gnu: intervaltree: Remove reference to %outputs., guix-commits, 2021/12/05
- 04/18: gnu: sjcount: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 05/18: gnu: biobambam2: Remove reference to %build-inputs., guix-commits, 2021/12/05
- 08/18: gnu: adapterremoval: Remove reference to %outputs., guix-commits, 2021/12/05
- 09/18: gnu: ataqv: Remove references to %outputs and %build-inputs., guix-commits, 2021/12/05
- 13/18: gnu: kraken2: Remove reference to %outputs., guix-commits, 2021/12/05
- 16/18: gnu: clapack: Pass -fcommon to compiler., guix-commits, 2021/12/05
- 17/18: gnu: metabat: Remove trailing #T., guix-commits, 2021/12/05