wxpython: remove redundant attribute openglSupport

This commit is contained in:
Vincent Laporte 2015-09-06 15:01:47 +02:00
parent f6a875d5ae
commit 1fff5d7aa2

View File

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