kicad-unstable: use wxPython 4.1
This commit is contained in:
parent
d1601a40c4
commit
95de1291b2
|
@ -146,7 +146,9 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
python = python3;
|
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;
|
inherit (lib) concatStringsSep flatten optionalString optionals;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in New Issue