apteryx pushed a commit to branch core-updates
in repository guix.
commit 042c0e0ea79362a0c034076370a572abd835f92c
Author: Maxime Devos <[email protected]>
AuthorDate: Fri Jul 2 12:12:57 2021 +0200
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 <[email protected]>
Change-Id: I27a2d20d1bbd727c966928b491f80717281fb626
---
gnu/packages/glib.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 31ddf0538b..dc8cf5800b 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -790,7 +790,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