python3Packages.wxpython_4_1: init at 4.1.0
This commit is contained in:
committed by
Jonathan Ringer
parent
2a136d1605
commit
dd72edcdae
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user