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:
Ludovic Courtès 2021-01-23 15:38:11 +01:00
parent 3c9e1faa95
commit ab62cbb340
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -138,7 +138,6 @@ (define-public ibus
(inputs
`(("dbus" ,dbus)
("dconf" ,dconf)
("gconf" ,gconf)
("gtk2" ,gtk+-2)
("gtk+" ,gtk+)
("json-glib" ,json-glib)