diff options
author | Andreas Enge <andreas@enge.fr> | 2015-05-23 16:43:18 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-05-23 17:12:00 +0200 |
commit | 2e88d113aac31dbea0b998fca92b35dbfc998872 (patch) | |
tree | 9ae5aa00c36ac5cc3ae028d5fa677064eb6c5253 /gnu/packages/wicd.scm | |
parent | c71979f416df409425391e1de35ec95528ed0f84 (diff) | |
download | guix-2e88d113aac31dbea0b998fca92b35dbfc998872.tar guix-2e88d113aac31dbea0b998fca92b35dbfc998872.tar.gz |
gnu: dbus-glib: Propagate inputs dbus and glib.
* gnu/packages/glib.scm (dbus-glib): Propagate inputs dbus and glib.
* gnu/packages/audio.scm (patchage),
gnu/packages/gnuzilla.scm (icecat),
gnu/packages/python.scm (python-dbus): Drop inputs dbus and glib.
* gnu/packages/gnome.scm (colord, gconf, gnome-vfs, upower),
gnu/packages/mail.scm (claws-mail),
gnu/packages/messaging.scm (hexchat),
gnu/packages/wicd.scm (wicd): Drop input dbus.
Diffstat (limited to 'gnu/packages/wicd.scm')
-rw-r--r-- | gnu/packages/wicd.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wicd.scm b/gnu/packages/wicd.scm index 779ec84e3c..908b15e30b 100644 --- a/gnu/packages/wicd.scm +++ b/gnu/packages/wicd.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2015 Pierre-Antoine Rault <par@rigelk.eu> +;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -49,8 +50,7 @@ "wicd-template-instantiation.patch"))))) (build-system python-build-system) (native-inputs `(("gettext" ,gnu-gettext))) - (inputs `(("dbus" ,dbus) - ("dbus-glib" ,dbus-glib) + (inputs `(("dbus-glib" ,dbus-glib) ("python2-dbus" ,python2-dbus) ("python2-pygtk" ,python2-pygtk) ("python2-urwid" ,python2-urwid) |