mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
e89986c8e3
commit
18705a507d
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ (define-public ibus
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue