Merge pull request #221869 from wegank/playonlinux-wx

playonlinux: migrate to wxPython_4_2
This commit is contained in:
Weijia Wang 2023-03-19 00:11:59 +02:00 committed by GitHub
commit 2356c1ea75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ let
libs = pkgs: lib.makeLibraryPath [ xorg.libX11 libGL ];
python = python3.withPackages(ps: with ps; [
wxPython_4_1
wxPython_4_2
setuptools
natsort
]);