guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pyside-2: Fix build.


From: guix-commits
Subject: branch master updated: gnu: python-pyside-2: Fix build.
Date: Wed, 03 Aug 2022 12:37:23 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0aa98e0646 gnu: python-pyside-2: Fix build.
0aa98e0646 is described below

commit 0aa98e064668767793d9437d27999b58a16f7309
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Aug 3 18:32:10 2022 +0200

    gnu: python-pyside-2: Fix build.
    
    * gnu/packages/qt.scm (python-pyside-2)[arguments]: Use the correct names 
for
      Qt inputs in the 'fix-qt-module-detection' phase.
---
 gnu/packages/qt.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 86f5d11714..7d0f1b4971 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3864,20 +3864,20 @@ color-related widgets.")
                                 (string-append (assoc-ref inputs name)
                                                "/include/qt5"))
                               '("qtdatavis3d"
-                                "qtdeclarative-5"
+                                "qtdeclarative"
                                 "qtlocation"
-                                "qtmultimedia-5"
-                                "qtquickcontrols-5"
-                                "qtquickcontrols2-5"
+                                "qtmultimedia"
+                                "qtquickcontrols"
+                                "qtquickcontrols2"
                                 "qtscript"
                                 "qtscxml"
                                 "qtsensors"
                                 "qtspeech"
-                                "qtsvg-5"
+                                "qtsvg"
                                 "qttools-5"
-                                "qtwebchannel-5"
-                                "qtwebengine-5"
-                                "qtwebsockets-5"
+                                "qtwebchannel"
+                                "qtwebengine"
+                                "qtwebsockets"
                                 "qtx11extras"
                                 "qtxmlpatterns"))))
                (substitute* "cmake/Macros/PySideModules.cmake"



reply via email to

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