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:
parent
a56d90efda
commit
753086cd47
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue