guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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