From 042c0e0ea79362a0c034076370a572abd835f92c Mon Sep 17 00:00:00 2001 From: Maxime Devos Date: Fri, 2 Jul 2021 12:12:57 +0200 Subject: 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 Change-Id: I27a2d20d1bbd727c966928b491f80717281fb626 --- gnu/packages/glib.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3