summary refs log tree commit diff
path: root/pkgs/build-support/add-opengl-runpath
Commit message (Collapse)AuthorAge
* addOpenGLRunpath: only apply to ELF filesDmitry Kalinkin2019-05-23
| | | | Fixes libglvnd build
* addOpenGLRunpath: Add new hook for setting RUNPATH.Nikolay Amiantov2019-05-22
This hook allows to add NixOS driver libraries path to given ELF objects' RUNPATH. We use it instead of settings RUNPATH manually everywhere. It must be invoked in postFixup so that RUNPATH stripping does not remove the path. It puts the path first instead of last so that system-wide drivers are always preferred.