[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
- 04/51: gnu: mosh: Add 'bash' input for 'wrap-program'., (continued)
- 04/51: gnu: mosh: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 13/51: gnu: phabricator: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 15/51: gnu: lxqt: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 19/51: gnu: kawa: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 22/51: gnu: lightdm: Explicitely use a native 'bash' for 'wrap-program'., guix-commits, 2023/10/21
- 24/51: gnu: dns: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 34/51: gnu: gpsd: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 43/51: gnu: orange: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 42/51: gnu: python-git-review: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 23/51: gnu: lightdm-djvu: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 29/51: gnu: itstool: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 44/51: gnu: piet: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 46/51: gnu: presentty: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 48/51: gnu: python-screenkey: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 16/51: gnu: linux: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 25/51: gnu: dblatex: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 26/51: gnu: zeal: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 31/51: gnu: windowmaker: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 32/51: gnu: icecat: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 37/51: gnu: gtk-doc: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 38/51: gnu: guile-wm: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21