From 0aa98e064668767793d9437d27999b58a16f7309 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Wed, 3 Aug 2022 18:32:10 +0200 Subject: 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(-) (limited to 'gnu/packages/qt.scm') 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 @@ (define-public python-pyside-2 (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" -- cgit v1.2.3