arunisaac pushed a commit to branch master
in repository guix.

commit e05d5d82513818a49e144d3aa61653186a359ed9
Author: Arun Isaac <[email protected]>
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