diff options
author | Mark H Weaver <mhw@netris.org> | 2015-05-23 22:24:19 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-05-23 22:24:19 -0400 |
commit | 30f9cbb072755cf76fe942038420cfda2af29f3e (patch) | |
tree | 6c2c77a7a248390f1b1215840bca2cc0c90006cc /gnu/packages/wicd.scm | |
parent | f28084285af289c4649457208c98dcc66566add2 (diff) | |
parent | 4a35a866be51361b80a5618e422d135959960c3d (diff) | |
download | guix-30f9cbb072755cf76fe942038420cfda2af29f3e.tar guix-30f9cbb072755cf76fe942038420cfda2af29f3e.tar.gz |
Merge branch 'master' into gtk-rebuild
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) |