Merge pull request #240773 from amjoseph-nixpkgs/pr/alacritty/rpath
alacritty: --add-rpath instead of --set-rpath
This commit is contained in:
commit
e3a2a8e42e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
''
|
||||
) + ''
|
||||
|
||||
|
|
Loading…
Reference in a new issue