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.
This commit is contained in:
Efraim Flashner 2019-10-15 23:47:33 +03:00
parent 4eb639ccf9
commit 11af54466c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -125,9 +125,9 @@ (define-public econnman
(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