pythonPackages.wxPython: don't pass in pythonPackages
This commit is contained in:
parent
0c82702f66
commit
e67e4da8c7
@ -1,16 +1,18 @@
|
|||||||
{ fetchurl
|
{ fetchurl
|
||||||
, lib
|
, lib
|
||||||
, pythonPackages
|
|
||||||
, openglSupport ? true
|
, openglSupport ? true
|
||||||
, libX11
|
, libX11
|
||||||
, wxGTK
|
, wxGTK
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
|
, buildPythonPackage
|
||||||
|
, pyopengl
|
||||||
|
, isPy3k
|
||||||
|
, isPyPy
|
||||||
|
, python
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert wxGTK.unicode;
|
assert wxGTK.unicode;
|
||||||
|
|
||||||
with pythonPackages;
|
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "wxPython-${version}";
|
name = "wxPython-${version}";
|
||||||
version = "3.0.2.0";
|
version = "3.0.2.0";
|
||||||
|
@ -25966,7 +25966,6 @@ in {
|
|||||||
wxPython = self.wxPython30;
|
wxPython = self.wxPython30;
|
||||||
|
|
||||||
wxPython30 = callPackage ../development/python-modules/wxPython/3.0.nix {
|
wxPython30 = callPackage ../development/python-modules/wxPython/3.0.nix {
|
||||||
pythonPackages = self;
|
|
||||||
wxGTK = pkgs.wxGTK30;
|
wxGTK = pkgs.wxGTK30;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user