[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/15: gnu: bwa: Remove trailing #T.
From: |
guix-commits |
Subject: |
06/15: gnu: bwa: Remove trailing #T. |
Date: |
Sun, 24 Oct 2021 16:39:07 -0400 (EDT) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit d0a1d798eeac93489dc963f57c34de4356eac577
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 18:48:53 2021 +0000
gnu: bwa: Remove trailing #T.
* gnu/packages/bioinformatics.scm (bwa)[arguments]: Remove trailing #T in
build phase.
---
gnu/packages/bioinformatics.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 934782a..5f31485 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1883,8 +1883,7 @@ splice junctions between exons.")
(install-file "bwa" bin)
(install-file "libbwa.a" lib)
(install-file "README.md" doc)
- (install-file "bwa.1" man))
- #t))
+ (install-file "bwa.1" man))))
;; no "configure" script
(delete 'configure))))
(inputs `(("zlib" ,zlib)))
- branch core-updates-frozen updated (7f151c9 -> b67013c), guix-commits, 2021/10/24
- 01/15: gnu: bowtie: Use TBB 2020., guix-commits, 2021/10/24
- 03/15: gnu: bowtie: Replace invalid characters., guix-commits, 2021/10/24
- 02/15: gnu: bowtie: Remove trailing #T., guix-commits, 2021/10/24
- 04/15: gnu: bowtie1: Use TBB 2020., guix-commits, 2021/10/24
- 05/15: gnu: bwa: Pass -fcommon to compiler., guix-commits, 2021/10/24
- 06/15: gnu: bwa: Remove trailing #T.,
guix-commits <=
- 10/15: gnu: methyldackel: Remove trailing #T., guix-commits, 2021/10/24
- 09/15: gnu: methyldackel: Pass -fcommon to compiler., guix-commits, 2021/10/24
- 12/15: gnu: python-xopen: Update to 0.8.2., guix-commits, 2021/10/24
- 07/15: gnu: flexbar: Remove trailing #T., guix-commits, 2021/10/24
- 08/15: gnu: flexbar: Use TBB 2020., guix-commits, 2021/10/24
- 11/15: gnu: macs: Fix build by setting HOME., guix-commits, 2021/10/24
- 13/15: gnu: python-dnaio: Update to 0.6.0., guix-commits, 2021/10/24
- 14/15: gnu: java-commons-io: Replace %build-inputs with gexp., guix-commits, 2021/10/24
- 15/15: gnu: python-mpmath: Update to 1.2.1., guix-commits, 2021/10/24