3
0
Fork 0
forked from mirrors/nixpkgs

playonlinux: migrate to wxPython_4_2

This commit is contained in:
Weijia Wang 2023-03-18 18:18:09 +02:00
parent d0781217d2
commit 53f8c02375

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
]);