[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/51: gnu: ibus: Add 'bash' input for 'wrap-program'.
From: |
guix-commits |
Subject: |
02/51: gnu: ibus: Add 'bash' input for 'wrap-program'. |
Date: |
Sat, 21 Oct 2023 15:19:29 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 4c1a1de4f34178eb87c76fb728ba62a6eaca1e60
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Jul 2 12:07:12 2021 +0200
gnu: ibus: Add 'bash' input for 'wrap-program'.
It is required for cross-compilation.
* gnu/packages/ibus.scm
(ibus-libpinyin)[inputs]: Add 'bash-minimal'.
(ibus-anthy)[inputs]: Likewise.
(ibus-libhangul)[inputs]: Likewise.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I50ef48da68dd048aba243b013a7b66e504697dc7
---
gnu/packages/ibus.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index e3dfeada3c..8ed9e8f486 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -45,6 +45,7 @@
#:use-module (gnu packages autotools)
#:use-module (gnu packages bash)
#:use-module (gnu packages base)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages boost)
#:use-module (gnu packages check)
#:use-module (gnu packages cmake)
@@ -317,7 +318,8 @@ may also simplify input method development.")
"/share/ibus-libpinyin/setup/")
,(getenv "GI_TYPELIB_PATH")))))))))
(inputs
- (list ibus
+ (list bash-minimal
+ ibus
libpinyin
bdb
sqlite
@@ -438,7 +440,8 @@ Chinese pinyin input methods.")
util-linux ;for getopt
xorg-server-for-tests))
(inputs
- (list anthy
+ (list bash-minimal
+ anthy
gtk+
ibus
gobject-introspection
@@ -907,7 +910,8 @@ hanja dictionary and small hangul character
classification.")
("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")))
(inputs
- (list ibus
+ (list bash-minimal
+ ibus
glib
python-pygobject
gtk+
- branch core-updates updated (f4cbc7fc0d -> 1d17861e87), guix-commits, 2023/10/21
- 01/51: gnu: syndication: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 02/51: gnu: ibus: Add 'bash' input for 'wrap-program'.,
guix-commits <=
- 03/51: gnu: photo: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 06/51: gnu: syncthing-gtk: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 10/51: gnu: byobu: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 12/51: gnu: perl: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 14/51: gnu: 389-ds-base: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 17/51: gnu: licensecheck: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 11/51: gnu: sawfish: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 21/51: gnu: ranger: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 07/51: gnu: spice: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21
- 08/51: gnu: execline: Add 'bash' input for 'wrap-program'., guix-commits, 2023/10/21