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
+1 -1
View File
@@ -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;