python311Packages.wxPython_4_2: use the correct mesa

The python mesa package is something else entirely.

+1
+1
pkgs/top-level/python-packages.nix
··· 16127 16127 wxGTK = pkgs.wxGTK32.override { 16128 16128 withWebKit = true; 16129 16129 }; 16130 + inherit (pkgs) mesa; 16130 16131 }; 16131 16132 16132 16133 wyoming = callPackage ../development/python-modules/wyoming { };