guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/16: gnu: repeat-masker: Add bash-minimal to inputs.


From: guix-commits
Subject: 03/16: gnu: repeat-masker: 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 260061e32eb297afb4f658b5496c6a464a662995
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 01:04:15 2023 -0400

    gnu: repeat-masker: Add bash-minimal to inputs.
    
    * gnu/packages/bioinformatics.scm (repeat-masker)
    [inputs]: Add bash-minimal.
    
    Change-Id: I81d4806cc65eed8040824cb72d6c462c8762294e
---
 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 ea02a64c83..a2a4dbf474 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4808,7 +4808,8 @@ bases are detected.")
                (wrap-program (string-append bin "/RepeatMasker")
                  `("PERL5LIB" ":" prefix (,path ,share)))))))))
     (inputs
-     (list perl
+     (list bash-minimal
+           perl
            perl-text-soundex
            python
            python-h5py



reply via email to

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