python3Packages.pyqt5: correct mesa dependency (#392128)
This commit is contained in:
@@ -12795,7 +12795,9 @@ self: super: with self; {
|
||||
|
||||
pyqt-builder = callPackage ../development/python-modules/pyqt-builder { };
|
||||
|
||||
pyqt5 = callPackage ../development/python-modules/pyqt/5.x.nix { };
|
||||
pyqt5 = callPackage ../development/python-modules/pyqt/5.x.nix {
|
||||
inherit (pkgs) mesa;
|
||||
};
|
||||
|
||||
pyqt5-stubs = callPackage ../development/python-modules/pyqt5-stubs { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user