civodul pushed a commit to branch core-updates
in repository guix.
commit ab62cbb340aa943c56ff01da93220b3212f714dd
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sat Jan 23 15:38:11 2021 +0100
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.
---
gnu/packages/ibus.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index ecf33cb..9e13f86 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -138,7 +138,6 @@
(inputs
`(("dbus" ,dbus)
("dconf" ,dconf)
- ("gconf" ,gconf)
("gtk2" ,gtk+-2)
("gtk+" ,gtk+)
("json-glib" ,json-glib)