[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/14: gnu: paml: Remove trailing #T.
From: |
guix-commits |
Subject: |
12/14: gnu: paml: 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 2157d82ed39fbcb13e65a7d97e3e51c8c3e23348
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 8 14:20:30 2021 +0100
gnu: paml: Remove trailing #T.
* gnu/packages/bioinformatics.scm (paml)[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 ad9dba9..7f4c721 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9804,8 +9804,7 @@ straight away. Its main features are:
(lambda _
(substitute* "src/BFdriver.c"
(("/bin/bash") (which "bash")))
- (chdir "src")
- #t))
+ (chdir "src")))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((tools '("baseml" "basemlg" "codeml"
@@ -9815,8 +9814,7 @@ straight away. Its main features are:
"/share/doc/paml")))
(mkdir-p bin)
(for-each (lambda (file) (install-file file bin)) tools)
- (copy-recursively "../doc" docdir)
- #t))))))
+ (copy-recursively "../doc" docdir)))))))
(home-page "http://abacus.gene.ucl.ac.uk/software/paml.html")
(synopsis "Phylogentic analysis by maximum likelihood")
(description "PAML (for Phylogentic Analysis by Maximum Likelihood)
- 02/14: gnu: khmer: Cythonize source files., (continued)
- 02/14: gnu: khmer: Cythonize source files., guix-commits, 2021/12/08
- 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 <=
- 11/14: gnu: sambamba: Remove trailing #T., guix-commits, 2021/12/08
- 13/14: gnu: paml: Pass -fcommon to compiler., guix-commits, 2021/12/08