mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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 @@ (define-public nanopolish
|
|||
`("PERL5LIB" ":" prefix (,perl5lib))))
|
||||
(find-files scripts "\\.pl"))))))))
|
||||
(inputs
|
||||
(list guile-3.0 ;for wrappers
|
||||
(list bash-minimal
|
||||
guile-3.0 ;for wrappers
|
||||
eigen
|
||||
hdf5
|
||||
htslib
|
||||
|
|
Loading…
Reference in a new issue