[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: mafft: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
05/16: gnu: mafft: Add bash-minimal to inputs. |
Date: |
Fri, 20 Oct 2023 01:12:58 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 3f9dfe215d34210b5e73be7cc03735cf4fb907af
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 01:05:23 2023 -0400
gnu: mafft: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (mafft): Delete trailing #t.
[inputs]: Add bash-minimal.
Change-Id: Id30d22dc37ee57591f17dc116de81500b09adf3c
---
gnu/packages/bioinformatics.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c807ec1bb8..4f3a25c78c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7213,8 +7213,7 @@ selection, etc.).")
(("^rm -f mafft-distance mafft-distance.exe") ")#")
;; do not install MAN pages in libexec folder
(("^\t\\$\\(INSTALL\\) -m 644 \\$\\(MANPAGES\\) \
-\\$\\(DESTDIR\\)\\$\\(LIBDIR\\)") "#"))
- #t))
+\\$\\(DESTDIR\\)\\$\\(LIBDIR\\)") "#"))))
(add-after 'enter-dir 'patch-paths
(lambda* (#:key inputs #:allow-other-keys)
(substitute* '("pairash.c"
@@ -7222,8 +7221,7 @@ selection, etc.).")
(("perl") (which "perl"))
(("([\"`| ])awk" _ prefix)
(string-append prefix (which "awk")))
- (("grep") (which "grep")))
- #t))
+ (("grep") (which "grep")))))
(delete 'configure)
(add-after 'install 'wrap-programs
(lambda* (#:key inputs outputs #:allow-other-keys)
@@ -7236,7 +7234,7 @@ selection, etc.).")
`("PATH" ":" prefix (,path))))
(find-files bin))))))))
(inputs
- (list perl ruby gawk grep coreutils))
+ (list bash-minimal perl ruby gawk grep coreutils))
(home-page "https://mafft.cbrc.jp/alignment/software/")
(synopsis "Multiple sequence alignment program")
(description
- branch core-updates updated (8662e177bd -> 3a90987e8c), guix-commits, 2023/10/20
- 02/16: gnu: bioperl-minimal: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 01/16: gnu: ribotaper: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 03/16: gnu: repeat-masker: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 04/16: gnu: edirect: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 05/16: gnu: mafft: Add bash-minimal to inputs.,
guix-commits <=
- 09/16: gnu: shorah: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 07/16: gnu: roary: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 15/16: gnu: ccwl: Remove input labels., guix-commits, 2023/10/20
- 06/16: gnu: proteinortho: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 08/16: gnu: rsem: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 12/16: gnu: filtlong: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 11/16: gnu: ngless: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 13/16: gnu: nanopolish: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 14/16: gnu: arriba: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 16/16: gnu: flair: Add bash-minimal to inputs., guix-commits, 2023/10/20