mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-06 23:16:13 -05:00
gnu: mumi: Add bash-minimal to inputs.
* gnu/packages/mail.scm (mumi)[inputs]: Add bash-minimal.
This commit is contained in:
parent
ec020345d1
commit
4b7294cfb8
1 changed files with 2 additions and 1 deletions
|
@ -4123,7 +4123,8 @@ (define-public mumi
|
|||
`("GUILE_LOAD_COMPILED_PATH" ":" prefix
|
||||
(,go ,(getenv "GUILE_LOAD_COMPILED_PATH"))))))))))
|
||||
(inputs
|
||||
(list guile-email
|
||||
(list bash-minimal
|
||||
guile-email
|
||||
guile-fibers
|
||||
guile-gcrypt
|
||||
guile-json-4
|
||||
|
|
Loading…
Reference in a new issue