mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: gtk-doc: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/gtk.scm (gtk-doc)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I5db498ba4c7c7db239adb2b46a16585da044fd02
This commit is contained in:
parent
8a5fa92fd6
commit
ea98917d89
1 changed files with 2 additions and 1 deletions
|
@ -2284,7 +2284,8 @@ (define-public gtk-doc
|
|||
pkg-config
|
||||
python-wrapper))
|
||||
(inputs
|
||||
(list bc
|
||||
(list bash-minimal
|
||||
bc
|
||||
dblatex
|
||||
docbook-xml-4.3
|
||||
docbook-xsl
|
||||
|
|
Loading…
Reference in a new issue