arunisaac pushed a commit to branch master
in repository guix.

commit 4b7294cfb8fda9d4612c1772b01b26949bb6911d
Author: Arun Isaac <[email protected]>
AuthorDate: Mon Apr 24 15:18:22 2023 +0100

    gnu: mumi: Add bash-minimal to inputs.
    
    * gnu/packages/mail.scm (mumi)[inputs]: Add bash-minimal.
---
 gnu/packages/mail.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c1deca0ac3..f10c70db52 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4123,7 +4123,8 @@ It is a replacement for the @command{urlview} program.")
                     `("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

Reply via email to