mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: nanopolish: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (nanopolish) [inputs]: Add bash-minimal. Change-Id: Ie9cbe808e1ae678fb56db03537721f43da3c2b4c
This commit is contained in:
parent
92364dfb41
commit
aecc957a56
1 changed files with 2 additions and 1 deletions
|
@ -19393,7 +19393,8 @@ choosing which reads pass the filter.")
|
||||||
`("PERL5LIB" ":" prefix (,perl5lib))))
|
`("PERL5LIB" ":" prefix (,perl5lib))))
|
||||||
(find-files scripts "\\.pl"))))))))
|
(find-files scripts "\\.pl"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list guile-3.0 ;for wrappers
|
(list bash-minimal
|
||||||
|
guile-3.0 ;for wrappers
|
||||||
eigen
|
eigen
|
||||||
hdf5
|
hdf5
|
||||||
htslib
|
htslib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue