guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49327] [PATCH core-updates 101/128] gnu: itstool: Add 'bash' input


From: Maxime Devos
Subject: [bug#49327] [PATCH core-updates 101/128] gnu: itstool: Add 'bash' input for 'wrap-program'.
Date: Fri, 2 Jul 2021 12:12:57 +0200

It is required for cross-compilation.

* gnu/packages/glib.scm
  (itstool)[inputs]: Add 'bash-minimal'.
---
 gnu/packages/glib.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index d3879879de..69da89e5e4 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -508,7 +508,8 @@ The intltool collection can be used to do these things:
                "1acjgf8zlyk7qckdk19iqaca4jcmywd7vxjbcs1mm6kaf8icqcv2"))))
     (build-system gnu-build-system)
     (inputs
-     `(("libxml2" ,libxml2)
+     `(("bash" ,bash-minimal) ; for wrap-program
+       ("libxml2" ,libxml2)
        ("python-libxml2" ,python-libxml2)
        ("python" ,python)))
     (arguments
-- 
2.32.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]