Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
alacritty: --add-rpath instead of --set-rpath
As reported by @blucoat in NixOS#219213 alacritty's RPATH is missing many of the libraries which it links to, including for example glibc. The problem was diagnosed by @kchibisov as being caused by alacritty's use of `--set-rpath` (which completely replaces the rpath) instead of `--add-rpath` (which adds additional entries to the rpath): NixOS#219213 (comment) This commit implements @kchibisov's idea to change `--set-rpath` to `--add-rpath`: NixOS#219213 (comment) Closes NixOS#219213
- Loading branch information