mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: bioperl-minimal: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (bioperl-minimal) [inputs]: Add bash-minimal. Change-Id: I274572a2e87f63afcca2e433454a71f078291a06
This commit is contained in:
parent
c872260148
commit
385a47d51a
1 changed files with 1 additions and 1 deletions
|
@ -3298,7 +3298,7 @@ (define-public bioperl-minimal
|
||||||
`("PERL5LIB" ":" prefix (,path))))
|
`("PERL5LIB" ":" prefix (,path))))
|
||||||
(find-files bin "\\.pl$")))))))))
|
(find-files bin "\\.pl$")))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list perl-module-build perl-data-stag perl-libwww perl-uri))
|
(list bash-minimal perl-module-build perl-data-stag perl-libwww perl-uri))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl-test-most))
|
(list perl-test-most))
|
||||||
(home-page "https://metacpan.org/release/BioPerl")
|
(home-page "https://metacpan.org/release/BioPerl")
|
||||||
|
|
Loading…
Reference in a new issue