guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]