mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-25 18:41:54 +02: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:
committed by
Ludovic Courtès
parent
4b2bf5ac25
commit
5e7f57ee56
@@ -750,7 +750,7 @@ The intltool collection can be used to do these things:
|
||||
"1jl7gsr7aclb9nvqazr039m86y7f7ivfhl2pixcrbfqjkb97r6kb"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libxml2 python-libxml2 python))
|
||||
(list bash-minimal libxml2 python-libxml2 python))
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
|
||||
Reference in New Issue
Block a user