Merge pull request #186549 from reckenrode/iterm-macos13

iterm2: fix on macOS 13
This commit is contained in:
Dmitry Kalinkin 2022-08-20 11:26:41 -04:00 committed by GitHub
commit ee24570799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,8 @@ stdenvNoCC.mkDerivation rec {
sha256 = "sha256-ZE/uYBKB2popdIdZWA8AvyJiwMzt32u6u/H/AyNcoVo=";
};
dontFixup = true;
installPhase = ''
runHook preInstall
APP_DIR="$out/Applications/iTerm2.app"