Merge pull request #209844 from toelke/update-gitkraken

fix https://github.com/NixOS/nixpkgs/pull/206240

authored by Sandro and committed by GitHub f6d34236 7665d171

+3 -1
+3 -1
pkgs/applications/version-management/gitkraken/default.nix
··· 122 122 123 123 postFixup = '' 124 124 pushd $out/share/${pname} 125 - patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" ${pname} 125 + for file in ${pname} chrome-sandbox chrome_crashpad_handler; do 126 + patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" $file 127 + done 126 128 127 129 for file in $(find . -type f \( -name \*.node -o -name ${pname} -o -name \*.so\* \) ); do 128 130 patchelf --set-rpath ${libPath}:$out/share/${pname} $file || true