gnu: ibus-libpinyin: Add GTK+ and Glib inputs.
* gnu/packages/ibus.scm (ibus-libpinyin)[inputs]: Add gtk+. [native-inputs]: Add glib:bin.
This commit is contained in:
parent
3cbf1204ef
commit
dedaf7ac74
|
@ -143,12 +143,14 @@ may also simplify input method development.")
|
||||||
("bdb" ,bdb)
|
("bdb" ,bdb)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("python" ,python-2)
|
("python" ,python-2)
|
||||||
("pyxdg" ,python2-pyxdg)))
|
("pyxdg" ,python2-pyxdg)
|
||||||
|
("gtk+" ,gtk+)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
("glib" ,glib "bin")
|
||||||
("libtool" ,libtool)))
|
("libtool" ,libtool)))
|
||||||
(synopsis "Chinese Pinyin and ZhuYin input methods for IBus")
|
(synopsis "Chinese Pinyin and ZhuYin input methods for IBus")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue