mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -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
|
||||
xdg-utils))
|
||||
(inputs
|
||||
(list fontconfig
|
||||
(list bash-minimal
|
||||
fontconfig
|
||||
font-liberation
|
||||
glib
|
||||
hunspell
|
||||
|
|
Loading…
Reference in a new issue