guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: kiwix-desktop: Add bash-minimal to inputs.


From: guix-commits
Subject: 06/06: gnu: kiwix-desktop: Add bash-minimal to inputs.
Date: Sat, 13 Aug 2022 08:05:32 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit e05d5d82513818a49e144d3aa61653186a359ed9
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sat Aug 13 17:20:53 2022 +0530

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

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9c2b6d8d41..80d18717dc 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8060,7 +8060,8 @@ It contains the code shared by all Kiwix ports.")
                (wrap-program bin
                  `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path)))))))))
     (inputs
-     (list curl
+     (list bash-minimal
+           curl
            icu4c
            kiwix-lib
            libmicrohttpd



reply via email to

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