kicad-unstable: use wxPython 4.1

This commit is contained in:
Evils 2021-01-18 02:22:16 +01:00
parent d1601a40c4
commit 95de1291b2
1 changed files with 3 additions and 1 deletions

View File

@ -146,7 +146,9 @@ let
};
python = python3;
wxPython = python.pkgs.wxPython_4_0;
wxPython = if (stable)
then python.pkgs.wxPython_4_0
else python.pkgs.wxPython_4_1;
inherit (lib) concatStringsSep flatten optionalString optionals;
in