diff options
Diffstat (limited to 'gnu/packages/connman.scm')
-rw-r--r-- | gnu/packages/connman.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm index 870001237d..0fced0be79 100644 --- a/gnu/packages/connman.scm +++ b/gnu/packages/connman.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Efraim Flashner <[email protected]> ;;; Copyright © 2017 Mathieu OTHACEHE <[email protected]> +;;; Copyright © 2017 Clément Lassieur <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -123,6 +124,7 @@ sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth.") (inputs `(("efl" ,efl) ("python-2" ,python-2) + ("python2-dbus" ,python2-dbus) ("python2-efl" ,python2-efl))) (home-page "https://www.enlightenment.org") (synopsis "Connman User Interface written using the EFL") |