pythonPackages.wxPython: 2.8 -> 3.0

This commit is contained in:
Frederik Rietdijk 2016-05-27 21:26:15 +02:00
parent 9597ca718b
commit f1ff46231b

View file

@ -23337,7 +23337,7 @@ in modules // {
};
};
wxPython = self.wxPython28;
wxPython = self.wxPython30;
wxPython28 = callPackage ../development/python-modules/wxPython/2.8.nix {
wxGTK = pkgs.wxGTK28;