nixpkgs/pkgs/development/python-modules/wxPython
Ambroz Bizjak e938fbbd10 wxPython: Fix runtime error due to library dependencies not in RUNPATH.
I think what's happening is that the linker automatically adds DT_NEEDED dependencies to some libraries because it finds these libraries are being used directly, but
because they're not linked explicitly with -lflags, the gcc wrapper does not add them to RUNPATH.
2016-03-16 13:13:20 +01:00
..
2.8.nix fix wxPython 2015-11-21 21:44:12 +01:00
3.0.nix wxPython: refactor to generic 2015-09-05 16:36:36 +02:00
generic.nix wxPython: Fix runtime error due to library dependencies not in RUNPATH. 2016-03-16 13:13:20 +01:00