rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 2157d82ed39fbcb13e65a7d97e3e51c8c3e23348
Author: Ricardo Wurmus <[email protected]>
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)