From 1fff5d7aa26928f9640a124dedf63303e7ba1641 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sun, 6 Sep 2015 15:01:47 +0200 Subject: [PATCH] wxpython: remove redundant attribute `openglSupport` --- pkgs/development/python-modules/wxPython/generic.nix | 2 -- 1 file changed, 2 deletions(-) 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; }; }