pythonPackages.wxPython: don't pass in pythonPackages

This commit is contained in:
Frederik Rietdijk 2016-10-18 17:57:03 +02:00
parent 0c82702f66
commit e67e4da8c7
2 changed files with 5 additions and 4 deletions

View File

@ -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";

View File

@ -25966,7 +25966,6 @@ in {
wxPython = self.wxPython30;
wxPython30 = callPackage ../development/python-modules/wxPython/3.0.nix {
pythonPackages = self;
wxGTK = pkgs.wxGTK30;
};