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.master
parent
4eb639ccf9
commit
11af54466c
|
@ -125,9 +125,9 @@ sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth.")
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("efl" ,efl)
|
`(("efl" ,efl)
|
||||||
("python-2" ,python-2)
|
("python" ,python-wrapper)
|
||||||
("python2-dbus" ,python2-dbus)
|
("python-dbus" ,python-dbus)
|
||||||
("python2-efl" ,python2-efl)))
|
("python-efl" ,python-efl)))
|
||||||
(home-page "https://www.enlightenment.org")
|
(home-page "https://www.enlightenment.org")
|
||||||
(synopsis "Connman User Interface written using the EFL")
|
(synopsis "Connman User Interface written using the EFL")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue