python3Packages.wxpython_4_1: init at 4.1.0

This commit is contained in:
Thiago Franco de Moraes
2020-11-10 15:07:57 -08:00
committed by Jonathan Ringer
parent 2a136d1605
commit dd72edcdae
2 changed files with 83 additions and 0 deletions
+8
View File
@@ -7689,6 +7689,14 @@ in {
};
};
wxPython_4_1 = callPackage ../development/python-modules/wxPython/4.1.nix {
inherit (pkgs) pkgconfig;
wxGTK = pkgs.wxGTK31.override {
withGtk2 = false;
withWebKit = true;
};
};
wxPython = self.wxPython30;
x11_hash = callPackage ../development/python-modules/x11_hash { };