mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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.
This commit is contained in:
parent
78d417b857
commit
0aa98e0646
1 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue