treewide: use pythonPackages.pyqt5_with_qtwebkit where QtWebKit is needed
This commit is contained in:
@@ -614,6 +614,7 @@ in {
|
||||
pyqt5 = pkgs.libsForQt5.callPackage ../development/python-modules/pyqt/5.x.nix {
|
||||
pythonPackages = self;
|
||||
};
|
||||
pyqt5_with_qtwebkit = self.pyqt5.override { withWebKit = true; };
|
||||
|
||||
pysc2 = callPackage ../development/python-modules/pysc2 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user