Skip to content

Commit

Permalink
Merge pull request #240773 from amjoseph-nixpkgs/pr/alacritty/rpath
Browse files Browse the repository at this point in the history
alacritty: --add-rpath instead of --set-rpath
  • Loading branch information
NickCao committed Jul 1, 2023
2 parents 0fda962 + 64d0029 commit e3a2a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/terminal-emulators/alacritty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ rustPlatform.buildRustPackage rec {
# As a workaround, strip manually before running patchelf.
$STRIP -S $out/bin/alacritty
patchelf --set-rpath "${lib.makeLibraryPath rpathLibs}" $out/bin/alacritty
patchelf --add-rpath "${lib.makeLibraryPath rpathLibs}" $out/bin/alacritty
''
) + ''
Expand Down

0 comments on commit e3a2a8e

Please sign in to comment.