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:
Maxim Cournoyer 2023-10-20 01:04:15 -04:00 committed by Ludovic Courtès
parent 385a47d51a
commit 2efe24adc0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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