guix-commits
[Top][All Lists]
Advanced

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

29/51: gnu: itstool: Add 'bash' input for 'wrap-program'.


From: guix-commits
Subject: 29/51: gnu: itstool: Add 'bash' input for 'wrap-program'.
Date: Sat, 21 Oct 2023 15:19:32 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 042c0e0ea79362a0c034076370a572abd835f92c
Author: Maxime Devos <maximedevos@telenet.be>
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 <maxim.cournoyer@gmail.com>
    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



reply via email to

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