summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Lassieur <[email protected]>2017-01-03 23:15:31 +0100
committerLudovic Courtès <[email protected]>2017-01-07 23:02:48 +0100
commit261f56914cd9cd19ecb38c59f1bb2b42f3514e72 (patch)
treef9757bd072783ab71b278a73e25a9c698628d505
parent2b84170782c72c8098c43c544a5d4ea0dad6d160 (diff)
gnu: econnman: Add missing input.
* gnu/packages/connman.scm (econnman)[inputs]: Add python2-dbus. Signed-off-by: Ludovic Courtès <[email protected]>
-rw-r--r--gnu/packages/connman.scm2
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")