diff options
author | Andreas Enge <andreas@enge.fr> | 2015-05-20 23:46:17 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-05-20 23:46:17 +0200 |
commit | 2e6ecc5c211c9645238aa26be7b3ceee3d098f36 (patch) | |
tree | 3071fddecf428466f5e4fd7f454fa0218cf578c0 /gnu/packages/ibus.scm | |
parent | 7f18257bead9e2f1f8d121ab290b79cf6ddc0018 (diff) | |
download | patches-2e6ecc5c211c9645238aa26be7b3ceee3d098f36.tar patches-2e6ecc5c211c9645238aa26be7b3ceee3d098f36.tar.gz |
gnu: gconf: Propagate input glib.
* gnu/packages/gnome.scm (gconf): Propagate input glib.
(gnome-vfs): Drop input glib.
(libgnome): Drop propagated input glib.
* gnu/packages/ibus.scm (ibus): Drop input glib.
Diffstat (limited to 'gnu/packages/ibus.scm')
-rw-r--r-- | gnu/packages/ibus.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index 813d0040ee..1abe70a1ab 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -72,7 +73,6 @@ `(("dbus" ,dbus) ("dconf" ,dconf) ("gconf" ,gconf) - ("glib" ,glib) ("gtk2" ,gtk+-2) ("intltool" ,intltool) ("libnotify" ,libnotify) |