mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: repeat-masker: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (repeat-masker) [inputs]: Add bash-minimal. Change-Id: I81d4806cc65eed8040824cb72d6c462c8762294e
This commit is contained in:
parent
385a47d51a
commit
2efe24adc0
1 changed files with 2 additions and 1 deletions
|
@ -6175,7 +6175,8 @@ (define-public repeat-masker
|
|||
(wrap-program (string-append bin "/RepeatMasker")
|
||||
`("PERL5LIB" ":" prefix (,path ,share)))))))))
|
||||
(inputs
|
||||
(list perl
|
||||
(list bash-minimal
|
||||
perl
|
||||
perl-text-soundex
|
||||
python
|
||||
python-h5py
|
||||
|
|
Loading…
Reference in a new issue