me
/
guix
Archived
1
0
Fork 0

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.
Guillaume Le Vaillant 2022-08-03 18:32:10 +02:00
parent 78d417b857
commit 0aa98e0646
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 8 additions and 8 deletions

View File

@ -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"