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.
This commit is contained in:
Michael Weiss 2021-07-03 11:06:30 +02:00
parent 198ece4057
commit ef7f020ec8
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -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/"
'';