diff --git a/pkgs/development/python-modules/wxPython/generic.nix b/pkgs/development/python-modules/wxPython/generic.nix index 44fe24ae67a..8990f5cf4d1 100644 --- a/pkgs/development/python-modules/wxPython/generic.nix +++ b/pkgs/development/python-modules/wxPython/generic.nix @@ -28,7 +28,5 @@ buildPythonPackage rec { ${python}/bin/${python.executable} setup.py ${stdenv.lib.concatStringsSep " " setupPyBuildFlags} install --prefix=$out ''; - inherit openglSupport; - passthru = { inherit wxGTK openglSupport; }; }