[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/16: gnu: shorah: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
09/16: gnu: shorah: Add bash-minimal to inputs. |
Date: |
Fri, 20 Oct 2023 01:12:59 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 34922d610685136e6040e3a83fd81772c04fd1ba
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 01:07:23 2023 -0400
gnu: shorah: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (shorah)
[inputs]: Add bash-minimal.
Change-Id: Ibe428a0ec32a5acf7e70269376aaf16e97507d51
---
gnu/packages/bioinformatics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 53e613d239..338d22cf36 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11130,7 +11130,8 @@ data. It also generates basic statistics for your
sequences.")
(when tests?
(invoke "make" "check")))))))
(inputs
- (list boost
+ (list bash-minimal
+ boost
htslib
python
python-biopython
- 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, 2023/10/20
- 09/16: gnu: shorah: Add bash-minimal to inputs.,
guix-commits <=
- 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
- 10/16: gnu: rcas-web: Add bash-minimal to inputs., guix-commits, 2023/10/20