mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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 @@ (define-public calibre
|
||||||
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…
Reference in a new issue