wxPython: Fix build
This commit is contained in:
@@ -22,7 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
pythonPath = [ python setuptools ];
|
pythonPath = [ python setuptools ];
|
||||||
buildInputs = [ python setuptools pkgconfig wxGTK (wxGTK.gtk) wrapPython libX11 ] ++ stdenv.lib.optional openglSupport pyopengl;
|
buildInputs = [ python setuptools pkgconfig wxGTK (wxGTK.gtk) wrapPython libX11 ] ++ stdenv.lib.optional openglSupport pyopengl;
|
||||||
preConfigure = "cd wxPython";
|
|
||||||
|
|
||||||
NIX_LDFLAGS = "-lX11 -lgdk-x11-2.0";
|
NIX_LDFLAGS = "-lX11 -lgdk-x11-2.0";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user