From ab62cbb340aa943c56ff01da93220b3212f714dd Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 23 Jan 2021 15:38:11 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index ecf33cb570..9e13f8643b 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) -- cgit v1.2.3