pyside2: pin to qt514
This commit is contained in:
parent
23bed3659d
commit
5a9ecfbeef
@ -5314,9 +5314,9 @@ in {
|
|||||||
pyshp = callPackage ../development/python-modules/pyshp { };
|
pyshp = callPackage ../development/python-modules/pyshp { };
|
||||||
|
|
||||||
pyside2-tools =
|
pyside2-tools =
|
||||||
toPythonModule (callPackage ../development/python-modules/pyside2-tools { inherit (pkgs) cmake qt5; });
|
toPythonModule (callPackage ../development/python-modules/pyside2-tools { inherit (pkgs) cmake; inherit qt5; });
|
||||||
|
|
||||||
pyside2 = toPythonModule (callPackage ../development/python-modules/pyside2 { inherit (pkgs) cmake qt5 ninja; });
|
pyside2 = toPythonModule (callPackage ../development/python-modules/pyside2 { inherit (pkgs) cmake ninja; inherit qt5; });
|
||||||
|
|
||||||
pyside = callPackage ../development/python-modules/pyside { inherit (pkgs) mesa; };
|
pyside = callPackage ../development/python-modules/pyside { inherit (pkgs) mesa; };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user