guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: econnman: Build with python.


From: guix-commits
Subject: 04/04: gnu: econnman: Build with python.
Date: Tue, 15 Oct 2019 16:48:37 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 11af54466c2b001cf3aeb729197e1c3ebefab363
Author: Efraim Flashner <address@hidden>
Date:   Tue Oct 15 23:47:33 2019 +0300

    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.
---
 gnu/packages/connman.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm
index 013be97..1185561 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]