diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-20 01:07:23 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:30 +0200 |
commit | 59fdb6c3d55bde6bc5173efe348a1c9bba5ed621 (patch) | |
tree | dd32a2a1802e8e11dcab463ed22165ee2ecc5872 /gnu | |
parent | 87c29e05420baa00cc4ad2df9dedce30930928bb (diff) | |
download | guix-59fdb6c3d55bde6bc5173efe348a1c9bba5ed621.tar.gz guix-59fdb6c3d55bde6bc5173efe348a1c9bba5ed621.zip |
gnu: shorah: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (shorah)
[inputs]: Add bash-minimal.
Change-Id: Ibe428a0ec32a5acf7e70269376aaf16e97507d51
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 2f677a279e..9f816a74dc 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -13313,7 +13313,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 |