Merge pull request #221869 from wegank/playonlinux-wx
playonlinux: migrate to wxPython_4_2
This commit is contained in:
commit
2356c1ea75
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue