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