mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
b9c65bb182
commit
e7e87b4046
1 changed files with 7 additions and 3 deletions
|
@ -46,6 +46,7 @@
|
||||||
#:use-module (gnu packages autotools)
|
#:use-module (gnu packages autotools)
|
||||||
#:use-module (gnu packages bash)
|
#:use-module (gnu packages bash)
|
||||||
#:use-module (gnu packages base)
|
#:use-module (gnu packages base)
|
||||||
|
#:use-module (gnu packages bash)
|
||||||
#:use-module (gnu packages boost)
|
#:use-module (gnu packages boost)
|
||||||
#:use-module (gnu packages check)
|
#:use-module (gnu packages check)
|
||||||
#:use-module (gnu packages cmake)
|
#:use-module (gnu packages cmake)
|
||||||
|
@ -336,7 +337,8 @@ may also simplify input method development.")
|
||||||
"/share/ibus-libpinyin/setup/")
|
"/share/ibus-libpinyin/setup/")
|
||||||
,(getenv "GI_TYPELIB_PATH")))))))))
|
,(getenv "GI_TYPELIB_PATH")))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list ibus
|
(list bash-minimal
|
||||||
|
ibus
|
||||||
libpinyin
|
libpinyin
|
||||||
bdb
|
bdb
|
||||||
sqlite
|
sqlite
|
||||||
|
@ -457,7 +459,8 @@ Chinese pinyin input methods.")
|
||||||
util-linux ;for getopt
|
util-linux ;for getopt
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
(inputs
|
(inputs
|
||||||
(list anthy
|
(list bash-minimal
|
||||||
|
anthy
|
||||||
gtk+
|
gtk+
|
||||||
ibus
|
ibus
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
|
@ -909,7 +912,8 @@ hanja dictionary and small hangul character classification.")
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
("glib:bin" ,glib "bin")))
|
("glib:bin" ,glib "bin")))
|
||||||
(inputs
|
(inputs
|
||||||
(list ibus
|
(list bash-minimal
|
||||||
|
ibus
|
||||||
glib
|
glib
|
||||||
python-pygobject
|
python-pygobject
|
||||||
gtk+
|
gtk+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue