guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: mumi: Add bash-minimal to inputs.


From: guix-commits
Subject: 03/04: gnu: mumi: Add bash-minimal to inputs.
Date: Mon, 24 Apr 2023 10:33:26 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 4b7294cfb8fda9d4612c1772b01b26949bb6911d
Author: Arun Isaac <arunisaac@systemreboot.net>
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

[Prev in Thread] Current Thread [Next in Thread]