gnu: IBus: Build with 'gettext-minimal'.

* gnu/packages/ibus.scm (ibus)[native-inputs]: Change from GNU-GETTEXT to
GETTEXT-MINIMAL.
This commit is contained in:
Marius Bakke 2020-04-04 15:50:31 +02:00
parent e89986c8e3
commit 18705a507d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
("python" ,python)))
(native-inputs
`(("glib" ,glib "bin") ; for glib-genmarshal
("gettext" ,gnu-gettext)
("gettext" ,gettext-minimal)
("gobject-introspection" ,gobject-introspection) ; for g-ir-compiler
("ucd" ,ucd)
("unicode-emoji" ,unicode-emoji)