forked from mirrors/nixpkgs
pythonPackages.wxPython: 2.8 -> 3.0
This commit is contained in:
parent
9597ca718b
commit
f1ff46231b
|
@ -23337,7 +23337,7 @@ in modules // {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
wxPython = self.wxPython28;
|
wxPython = self.wxPython30;
|
||||||
|
|
||||||
wxPython28 = callPackage ../development/python-modules/wxPython/2.8.nix {
|
wxPython28 = callPackage ../development/python-modules/wxPython/2.8.nix {
|
||||||
wxGTK = pkgs.wxGTK28;
|
wxGTK = pkgs.wxGTK28;
|
||||||
|
|
Loading…
Reference in a new issue