python3Packages.pyqt5_with_qtwebkit: restore

This commit is contained in:
Jonathan Ringer 2020-08-31 10:38:29 -07:00 committed by Jon
parent d33f721ffa
commit 3dcbac45ef

View File

@ -5171,6 +5171,13 @@ in {
pyqt5_with_qtmultimedia = self.pyqt5.override { withMultimedia = true; };
/*
`pyqt5_with_qtwebkit` should not be used by python libraries in
pkgs/development/python-modules/*. Putting this attribute in
`propagatedBuildInputs` may cause collisions.
*/
pyqt5_with_qtwebkit = self.pyqt5.override { withWebKit = true; };
pyqtgraph = callPackage ../development/python-modules/pyqtgraph { };
pyqtwebengine = pkgs.libsForQt5.callPackage ../development/python-modules/pyqtwebengine { pythonPackages = self; };