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