Add wxPython-3.0 with OpenGL support.

This commit is contained in:
ambrop7@gmail.com
2014-03-25 22:32:39 +01:00
parent ae8a8b5deb
commit 93d313c0ed
3 changed files with 53 additions and 0 deletions

View File

@@ -7610,6 +7610,12 @@ rec {
wxGTK = pkgs.wxGTK28;
};
wxPython30 = import ../development/python-modules/wxPython/3.0.nix {
inherit (pkgs) stdenv fetchurl pkgconfig;
inherit pythonPackages;
wxGTK = pkgs.wxGTK30;
};
xe = buildPythonPackage rec {
url = "http://www.blarg.net/%7Esteveha/xe-0.7.4.tar.gz";
name = stdenv.lib.nameFromURL url ".tar";