diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-10-15 23:47:33 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-10-15 23:48:11 +0300 |
commit | 11af54466c2b001cf3aeb729197e1c3ebefab363 (patch) | |
tree | ec6a09c31ae46e6966db1efb09a124d74643e7d8 /gnu/packages | |
parent | 4eb639ccf991858926c778769bff9f3b75c7a547 (diff) | |
download | patches-11af54466c2b001cf3aeb729197e1c3ebefab363.tar 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')
-rw-r--r-- | gnu/packages/connman.scm | 6 |
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 |