summaryrefslogtreecommitdiff
path: root/gnu/packages/connman.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-10-15 23:47:33 +0300
committerEfraim Flashner <efraim@flashner.co.il>2019-10-15 23:48:11 +0300
commit11af54466c2b001cf3aeb729197e1c3ebefab363 (patch)
treeec6a09c31ae46e6966db1efb09a124d74643e7d8 /gnu/packages/connman.scm
parent4eb639ccf991858926c778769bff9f3b75c7a547 (diff)
downloadguix-patches-11af54466c2b001cf3aeb729197e1c3ebefab363.tar
guix-patches-11af54466c2b001cf3aeb729197e1c3ebefab363.tar.gz
gnu: econnman: Build with python.
* gnu/packages/connman.scm (econnman)[inputs]: Remove python-2, python2-dbus, python2-efl. Add python-wrapper, python-dbus, python-efl.
Diffstat (limited to 'gnu/packages/connman.scm')
-rw-r--r--gnu/packages/connman.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm
index 013be97bbe..1185561bc4 100644
--- a/gnu/packages/connman.scm
+++ b/gnu/packages/connman.scm
@@ -125,9 +125,9 @@ sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth.")
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs
`(("efl" ,efl)
- ("python-2" ,python-2)
- ("python2-dbus" ,python2-dbus)
- ("python2-efl" ,python2-efl)))
+ ("python" ,python-wrapper)
+ ("python-dbus" ,python-dbus)
+ ("python-efl" ,python-efl)))
(home-page "https://www.enlightenment.org")
(synopsis "Connman User Interface written using the EFL")
(description