mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pulsar: fix crash reporter
This commit is contained in:
parent
be7690238c
commit
378022ee10
1 changed files with 2 additions and 0 deletions
|
|
@ -166,6 +166,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
$opt/resources/app/ppm/bin/node
|
||||
patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
|
||||
$opt/resources/app.asar.unpacked/node_modules/symbol-provider-ctags/vendor/ctags-linux
|
||||
patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
|
||||
$opt/chrome_crashpad_handler
|
||||
|
||||
# Replace the bundled git with the one from nixpkgs
|
||||
dugite=$opt/resources/app.asar.unpacked/node_modules/dugite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue