1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

wxPython: Fix build

This commit is contained in:
Franz Pletz 2016-03-31 09:48:09 +02:00
parent a56d90efda
commit 753086cd47

View file

@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
pythonPath = [ python setuptools ];
buildInputs = [ python setuptools pkgconfig wxGTK (wxGTK.gtk) wrapPython libX11 ] ++ stdenv.lib.optional openglSupport pyopengl;
preConfigure = "cd wxPython";
NIX_LDFLAGS = "-lX11 -lgdk-x11-2.0";