Merge staging-next into staging
This commit is contained in:
@@ -7691,6 +7691,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