mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: prosody: Add bash-minimal to inputs.
* gnu/packages/messaging.scm (prosody)[inputs]: Add bash-minimal.
This commit is contained in:
parent
1f017bf7d0
commit
394684bfeb
1 changed files with 2 additions and 1 deletions
|
@ -1575,7 +1575,8 @@ (define-public prosody
|
|||
`("PATH" ":" prefix ,path)))
|
||||
(find-files bin ".*"))))))))
|
||||
(inputs
|
||||
(list icu4c
|
||||
(list bash-minimal
|
||||
icu4c
|
||||
libidn
|
||||
openssl
|
||||
lua-5.2
|
||||
|
|
Loading…
Reference in a new issue