gnu: kiwix-desktop: Add bash-minimal to inputs.
* gnu/packages/web.scm (kiwix-desktop)[inputs]: Add bash-minimal.
This commit is contained in:
parent
2691bac7fd
commit
e05d5d8251
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue