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
3.0.nix
generic.nix wxPython: Fix runtime error due to library dependencies not in RUNPATH. 2016-03-16 13:13:20 +01:00