python3Packages.pyqt5_with_qtwebkit: restore
This commit is contained in:
parent
d33f721ffa
commit
3dcbac45ef
@ -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; };
|
||||
|
Loading…
x
Reference in New Issue
Block a user