[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/14: gnu: sambamba: Remove trailing #T.
From: |
guix-commits |
Subject: |
11/14: gnu: sambamba: Remove trailing #T. |
Date: |
Wed, 8 Dec 2021 08:33:43 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 76b39f03d2b8fa7889dbf279a159573c8a4edc6c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 8 14:19:28 2021 +0100
gnu: sambamba: Remove trailing #T.
* gnu/packages/bioinformatics.scm (sambamba)[arguments]: Remove trailing #T
from build phases.
---
gnu/packages/bioinformatics.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 11ea6b2..ad9dba9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9117,21 +9117,18 @@ communication networks from scRNA-seq data.")
(lambda _
(substitute* "Makefile"
;; We use ldc2 instead of ldmd2 to compile sambamba.
- (("\\$\\(shell which ldmd2\\)") (which "ldc2")))
- #t))
+ (("\\$\\(shell which ldmd2\\)") (which "ldc2")))))
(add-after 'unpack 'unbundle-prerequisites
(lambda _
(substitute* "Makefile"
(("= lz4/lib/liblz4.a") "= -L-llz4")
- (("ldc_version_info lz4-static") "ldc_version_info"))
- #t))
+ (("ldc_version_info lz4-static") "ldc_version_info"))))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((bin (string-append (assoc-ref outputs "out") "/bin")))
(mkdir-p bin)
(copy-file (string-append "bin/sambamba-" ,version)
- (string-append bin "/sambamba"))
- #t))))))
+ (string-append bin "/sambamba"))))))))
(native-inputs
`(("python" ,python)))
(inputs
- 05/14: gnu: snap-aligner: Update to 2.0.0., (continued)
- 05/14: gnu: snap-aligner: Update to 2.0.0., guix-commits, 2021/12/08
- 06/14: gnu: imp: Disable tests., guix-commits, 2021/12/08
- 01/14: gnu: cwltool: Update to 3.1.20211107152837., guix-commits, 2021/12/08
- 08/14: gnu: tbsp: Update to 1.0.0-2.dc30c03., guix-commits, 2021/12/08
- 03/14: gnu: snap-aligner: Run tests conditionally., guix-commits, 2021/12/08
- 07/14: gnu: mantis: Update to 0.1-2.b6979a2., guix-commits, 2021/12/08
- 09/14: gnu: discrover: Remove trailing #T., guix-commits, 2021/12/08
- 10/14: gnu: discrover: Add texlive-fonts-ec to inputs., guix-commits, 2021/12/08
- 14/14: gnu: ocaml-mcl: Add -fcommon to compiler flags., guix-commits, 2021/12/08
- 12/14: gnu: paml: Remove trailing #T., guix-commits, 2021/12/08
- 11/14: gnu: sambamba: Remove trailing #T.,
guix-commits <=
- 13/14: gnu: paml: Pass -fcommon to compiler., guix-commits, 2021/12/08