Merge pull request #240773 from amjoseph-nixpkgs/pr/alacritty/rpath
alacritty: --add-rpath instead of --set-rpath
This commit is contained in:
@@ -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
|
||||
''
|
||||
) + ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user