mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ It is a replacement for the @command{urlview} program.")
|
||||||
`("GUILE_LOAD_COMPILED_PATH" ":" prefix
|
`("GUILE_LOAD_COMPILED_PATH" ":" prefix
|
||||||
(,go ,(getenv "GUILE_LOAD_COMPILED_PATH"))))))))))
|
(,go ,(getenv "GUILE_LOAD_COMPILED_PATH"))))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list guile-email
|
(list bash-minimal
|
||||||
|
guile-email
|
||||||
guile-fibers
|
guile-fibers
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guile-json-4
|
guile-json-4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue