about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-09-06 15:01:47 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-09-06 15:01:47 +0200
commit1fff5d7aa26928f9640a124dedf63303e7ba1641 (patch)
tree80bbb016ac8def83c34bcd77824233b25f68c3a9 /pkgs/development
parentf6a875d5ae12c8ef6587a3a632640225a13aca1b (diff)
downloadnixlib-1fff5d7aa26928f9640a124dedf63303e7ba1641.tar
nixlib-1fff5d7aa26928f9640a124dedf63303e7ba1641.tar.gz
nixlib-1fff5d7aa26928f9640a124dedf63303e7ba1641.tar.bz2
nixlib-1fff5d7aa26928f9640a124dedf63303e7ba1641.tar.lz
nixlib-1fff5d7aa26928f9640a124dedf63303e7ba1641.tar.xz
nixlib-1fff5d7aa26928f9640a124dedf63303e7ba1641.tar.zst
nixlib-1fff5d7aa26928f9640a124dedf63303e7ba1641.zip
wxpython: remove redundant attribute `openglSupport`
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/wxPython/generic.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/wxPython/generic.nix b/pkgs/development/python-modules/wxPython/generic.nix
index 44fe24ae67a3..8990f5cf4d1b 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; };
 }