mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ibus: Make some inputs native.
* gnu/packages/ibus.scm (ibus)[inputs]: Move gettext from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
parent
b581dd368a
commit
e89986c8e3
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018, 2019 Meiyo Peng <meiyo@disroot.org>
|
;;; Copyright © 2018, 2019 Meiyo Peng <meiyo@disroot.org>
|
||||||
;;; Copyright © 2020 kanichos <kanichos@yandex.ru>
|
;;; Copyright © 2020 kanichos <kanichos@yandex.ru>
|
||||||
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -140,7 +141,6 @@ (define-public ibus
|
||||||
("gconf" ,gconf)
|
("gconf" ,gconf)
|
||||||
("gtk2" ,gtk+-2)
|
("gtk2" ,gtk+-2)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("gettext" ,gnu-gettext)
|
|
||||||
("json-glib" ,json-glib)
|
("json-glib" ,json-glib)
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
|
@ -152,6 +152,7 @@ (define-public ibus
|
||||||
("python" ,python)))
|
("python" ,python)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib" ,glib "bin") ; for glib-genmarshal
|
`(("glib" ,glib "bin") ; for glib-genmarshal
|
||||||
|
("gettext" ,gnu-gettext)
|
||||||
("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)
|
||||||
|
|
Loading…
Reference in a new issue