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/python.scm | |
parent | c71979f416df409425391e1de35ec95528ed0f84 (diff) | |
download | 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/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9da91111f6..9b4f6b6787 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3274,9 +3274,7 @@ features useful for text console applications.") `(("pkg-config" ,pkg-config))) (inputs `(("python" ,python) - ("dbus" ,dbus) - ("dbus-glib" ,dbus-glib) - ("glib" ,glib))) + ("dbus-glib" ,dbus-glib))) (synopsis "Python bindings for D-bus") (description "python-dbus provides bindings for libdbus, the reference implementation of D-Bus.") |