gnu: IBus: Build with 'gettext-minimal'.
* gnu/packages/ibus.scm (ibus)[native-inputs]: Change from GNU-GETTEXT to GETTEXT-MINIMAL.master
parent
e89986c8e3
commit
18705a507d
|
@ -152,7 +152,7 @@
|
||||||
("python" ,python)))
|
("python" ,python)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib" ,glib "bin") ; for glib-genmarshal
|
`(("glib" ,glib "bin") ; for glib-genmarshal
|
||||||
("gettext" ,gnu-gettext)
|
("gettext" ,gettext-minimal)
|
||||||
("gobject-introspection" ,gobject-introspection) ; for g-ir-compiler
|
("gobject-introspection" ,gobject-introspection) ; for g-ir-compiler
|
||||||
("ucd" ,ucd)
|
("ucd" ,ucd)
|
||||||
("unicode-emoji" ,unicode-emoji)
|
("unicode-emoji" ,unicode-emoji)
|
||||||
|
|
Reference in New Issue