64d0029e28
As reported by @blucoat in https://github.com/NixOS/nixpkgs/issues/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): https://github.com/NixOS/nixpkgs/issues/219213#issuecomment-1507655801 This commit implements @kchibisov's idea to change `--set-rpath` to `--add-rpath`: https://github.com/NixOS/nixpkgs/issues/219213#issuecomment-1507691822 Closes #219213 |
||
---|---|---|
.. | ||
default.nix |