chromiumBeta: Install crashpad_handler
This executable is required to fix a startup error. TODO: Refactor the Nix expressions to allow chromiumVersionAtLeast, etc. "everywhere" and investigate the VM test failure. (cherry picked from commit ef7f020ec88c6aa92f3c35a4a83cd3517533d690)
This commit is contained in:
parent
1728c037de
commit
9f9708fac7
@ -62,7 +62,7 @@ mkChromiumDerivation (base: rec {
|
||||
-e '/\[Desktop Entry\]/a\' \
|
||||
-e 'StartupWMClass=chromium-browser' \
|
||||
$out/share/applications/chromium-browser.desktop
|
||||
'' + lib.optionalString (channel == "dev") ''
|
||||
'' + lib.optionalString (channel != "stable") ''
|
||||
cp -v "$buildPath/crashpad_handler" "$libExecPath/"
|
||||
'';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user