Merge pull request #2036 from ambrop72/wxpython3
Add wxPython-3.0 with OpenGL support.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user