mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ebook: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/ebook.scm (calibre)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I6f063c0d735237da24828ff5561825de7142c807
This commit is contained in:
parent
90c78943dc
commit
fcc203d144
1 changed files with 2 additions and 1 deletions
|
@ -161,7 +161,8 @@ with Microsoft Compiled HTML (CHM) files")
|
||||||
qtbase-5 ; for qmake
|
qtbase-5 ; for qmake
|
||||||
xdg-utils))
|
xdg-utils))
|
||||||
(inputs
|
(inputs
|
||||||
(list fontconfig
|
(list bash-minimal
|
||||||
|
fontconfig
|
||||||
font-liberation
|
font-liberation
|
||||||
glib
|
glib
|
||||||
hunspell
|
hunspell
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue