wxPython: Fix build

-1
-1
pkgs/development/python-modules/wxPython/generic.nix
··· 22 22 23 23 pythonPath = [ python setuptools ]; 24 24 buildInputs = [ python setuptools pkgconfig wxGTK (wxGTK.gtk) wrapPython libX11 ] ++ stdenv.lib.optional openglSupport pyopengl; 25 - preConfigure = "cd wxPython"; 26 25 27 26 NIX_LDFLAGS = "-lX11 -lgdk-x11-2.0"; 28 27