mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: itstool: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation. * gnu/packages/glib.scm (itstool)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I27a2d20d1bbd727c966928b491f80717281fb626
This commit is contained in:
parent
4b2bf5ac25
commit
5e7f57ee56
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ (define itstool
|
|||
"1jl7gsr7aclb9nvqazr039m86y7f7ivfhl2pixcrbfqjkb97r6kb"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libxml2 python-libxml2 python))
|
||||
(list bash-minimal libxml2 python-libxml2 python))
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue