Merge pull request #169854 from Congee/rpath_chrome_crashpad_handler
electron: fix rpath for executable chrome_crashpad_handler
This commit is contained in:
commit
65bceb3aa8
@ -92,7 +92,8 @@ let
|
||||
patchelf \
|
||||
--set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
|
||||
--set-rpath "${atomEnv.libPath}:${electronLibPath}:$out/lib/electron" \
|
||||
$out/lib/electron/electron
|
||||
$out/lib/electron/electron \
|
||||
${lib.optionalString (! lib.versionOlder version "15.0.0") "$out/lib/electron/chrome_crashpad_handler" }
|
||||
|
||||
wrapProgram $out/lib/electron/electron \
|
||||
--prefix LD_PRELOAD : ${lib.makeLibraryPath [ libXScrnSaver ]}/libXss.so.1 \
|
||||
|
Loading…
Reference in New Issue
Block a user