pythonPackages.wxPython: don't pass in pythonPackages
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user