[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/15: gnu: phylip: Remove trailing #T.
From: |
guix-commits |
Subject: |
09/15: gnu: phylip: Remove trailing #T. |
Date: |
Tue, 7 Dec 2021 07:18:30 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 125fdc3ba4ecd587811b953aceb4975f5eb20e35
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 13:05:15 2021 +0100
gnu: phylip: Remove trailing #T.
* gnu/packages/bioinformatics.scm (phylip)[arguments]: Remove trailing #T
from
build phases.
---
gnu/packages/bioinformatics.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 799a41d..c59c7c6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9249,7 +9249,7 @@ exon-skipping scanner detection scheme.")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'enter-dir
- (lambda _ (chdir "src") #t))
+ (lambda _ (chdir "src")))
(delete 'configure)
(replace 'install
(lambda* (#:key inputs outputs #:allow-other-keys)
@@ -9258,8 +9258,7 @@ exon-skipping scanner detection scheme.")
(mkdir-p target)
(for-each (lambda (file)
(install-file file target))
- (find-files "../exe" ".*")))
- #t)))))
+ (find-files "../exe" ".*"))))))))
(home-page "http://evolution.genetics.washington.edu/phylip/")
(synopsis "Tools for inferring phylogenies")
(description "PHYLIP (the PHYLogeny Inference Package) is a package of
- branch core-updates-frozen updated (06fca01 -> c08d6e6), guix-commits, 2021/12/07
- 03/15: gnu: Add python-pytest-rerunfailures., guix-commits, 2021/12/07
- 01/15: gnu: python-cytoolz: Update to 0.11.2., guix-commits, 2021/12/07
- 02/15: gnu: mcl: Add -fcommon to compiler flags., guix-commits, 2021/12/07
- 06/15: gnu: subread: Update home page.., guix-commits, 2021/12/07
- 07/15: gnu: subread: Update to 2.0.3., guix-commits, 2021/12/07
- 08/15: gnu: subread: Remove trailing #T., guix-commits, 2021/12/07
- 04/15: gnu: python-pytest-console-scripts: Update to 1.2.1., guix-commits, 2021/12/07
- 11/15: gnu: phylip: Update to 3.697., guix-commits, 2021/12/07
- 05/15: gnu: subread: Pass -fcommon to compiler., guix-commits, 2021/12/07
- 09/15: gnu: phylip: Remove trailing #T.,
guix-commits <=
- 12/15: gnu: python-dask: Add missing input for tests., guix-commits, 2021/12/07
- 14/15: gnu: python-dask: Update to 2021.11.2., guix-commits, 2021/12/07
- 13/15: gnu: python-dask: Run tests conditionally., guix-commits, 2021/12/07
- 10/15: gnu: phylip: Pass -fcommon to compiler., guix-commits, 2021/12/07
- 15/15: gnu: python-sparse: Update to 0.13.0., guix-commits, 2021/12/07