shiboken2: pin to qt514

This commit is contained in:
Thomas Tuegel 2020-09-07 14:07:42 -05:00
parent 5a9ecfbeef
commit e2585d78a9
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -6376,7 +6376,7 @@ in {
shellingham = callPackage ../development/python-modules/shellingham { };
shiboken2 =
toPythonModule (callPackage ../development/python-modules/shiboken2 { inherit (pkgs) cmake qt5 llvmPackages; });
toPythonModule (callPackage ../development/python-modules/shiboken2 { inherit (pkgs) cmake llvmPackages; inherit qt5; });
shippai = callPackage ../development/python-modules/shippai { };