pyqtwebengine: use python.pythonOnBuildForHost
This commit is contained in:
parent
563a66dc31
commit
6adef3f43e
@ -33,7 +33,7 @@ in buildPythonPackage (rec {
|
||||
] ++ lib.optionals (stdenv.buildPlatform == stdenv.hostPlatform) [
|
||||
sip
|
||||
] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
|
||||
buildPackages.python3Packages.sip
|
||||
python.pythonOnBuildForHost.pkgs.sip
|
||||
] ++ [
|
||||
qtbase
|
||||
qtsvg
|
||||
|
Loading…
Reference in New Issue
Block a user