guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Remove dependency on Python 2 for some Qt packages.


From: guix-commits
Subject: 01/01: gnu: Remove dependency on Python 2 for some Qt packages.
Date: Sun, 1 Dec 2019 16:37:28 -0500 (EST)

htgoebel pushed a commit to branch staging
in repository guix.

commit d733a469d74f74734825f1ce777956fb4cac5534
Author: Hartmut Goebel <address@hidden>
Date:   Tue Nov 26 19:33:15 2019 +0100

    gnu: Remove dependency on Python 2 for some Qt packages.
    
    * gnu/packages/qt.scm (qtbase, qtmultimedia) [native-inputs]: Replace
      python-2 by python.
      (qtdeclarative)[native-inputs]: Replace python-2 by python, add
      python-wrapper.
---
 gnu/packages/qt.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 86685a3..c0d652a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -401,7 +401,7 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
        ("gperf" ,gperf)
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)
-       ("python" ,python-2)
+       ("python" ,python)
        ("vulkan-headers" ,vulkan-headers)
        ("ruby" ,ruby)))
     (arguments
@@ -756,7 +756,8 @@ xmlpatternsvalidator.")))
     (native-inputs
      `(("perl" ,perl)
        ("pkg-config" ,pkg-config)
-       ("python" ,python-2)
+       ("python" ,python)
+       ("python-wrapper" ,python-wrapper)
        ("qtsvg" ,qtsvg)
        ("qtxmlpatterns" ,qtxmlpatterns)))
     (inputs
@@ -889,7 +890,7 @@ recognition API for devices.")))
     (native-inputs
      `(("perl" ,perl)
        ("pkg-config" ,pkg-config)
-       ("python" ,python-2)
+       ("python" ,python)
        ("qtdeclarative" ,qtdeclarative)))
     (inputs
      `(("alsa-lib" ,alsa-lib)



reply via email to

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