mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: rcas-web: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (rcas-web)[inputs]: Add bash-minimal. Change-Id: I71f0e435e969e0a689caea90d9f442929c7d9431
This commit is contained in:
parent
59fdb6c3d5
commit
cf04172b3f
1 changed files with 2 additions and 1 deletions
|
@ -13616,7 +13616,8 @@ (define-public rcas-web
|
|||
`("GUILE_LOAD_COMPILED_PATH" ":" = (,path))
|
||||
`("R_LIBS_SITE" ":" = (,(getenv "R_LIBS_SITE"))))))))))
|
||||
(inputs
|
||||
(list r-minimal
|
||||
(list bash-minimal
|
||||
r-minimal
|
||||
r-rcas
|
||||
guile-3.0
|
||||
guile-json-4
|
||||
|
|
Loading…
Reference in a new issue