mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: ibus: Remove dependency on GConf.
GConf has been deprecated for a while. This change removes GConf (and thus ORBit) from the closure of GNOME. * gnu/packages/ibus.scm (ibus)[inputs]: Remove GCONF.
This commit is contained in:
parent
3c9e1faa95
commit
ab62cbb340
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ (define-public ibus
|
|||
(inputs
|
||||
`(("dbus" ,dbus)
|
||||
("dconf" ,dconf)
|
||||
("gconf" ,gconf)
|
||||
("gtk2" ,gtk+-2)
|
||||
("gtk+" ,gtk+)
|
||||
("json-glib" ,json-glib)
|
||||
|
|
Loading…
Reference in a new issue