Skip to content

Commit

Permalink
kicad: revert to wxGTK30
Browse files Browse the repository at this point in the history
this avoids the wxGTK31 - wxPython 4.1 conflict described in NixOS#90654
  • Loading branch information
evils committed Jun 21, 2022
1 parent 99ef06f commit c7f371f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/electronics/kicad/default.nix
Expand Up @@ -2,7 +2,7 @@
, fetchFromGitLab
, gnome
, dconf
, wxGTK31-gtk3
, wxGTK30-gtk3
, makeWrapper
, gsettings-desktop-schemas
, hicolor-icon-theme
Expand Down Expand Up @@ -103,9 +103,9 @@ let
if srcOverridep "libVersion" then srcs.libVersion
else versionsImport.${baseName}.libVersion.version;

wxGTK = wxGTK31-gtk3;
wxGTK = wxGTK30-gtk3;
python = python3;
wxPython = python.pkgs.wxPython_4_1;
wxPython = python.pkgs.wxPython_4_0;

inherit (lib) concatStringsSep flatten optionalString optionals;
in
Expand Down

0 comments on commit c7f371f

Please sign in to comment.