Merge pull request #186549 from reckenrode/iterm-macos13
iterm2: fix on macOS 13
This commit is contained in:
commit
ee24570799
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ stdenvNoCC.mkDerivation rec {
|
|||
sha256 = "sha256-ZE/uYBKB2popdIdZWA8AvyJiwMzt32u6u/H/AyNcoVo=";
|
||||
};
|
||||
|
||||
dontFixup = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
APP_DIR="$out/Applications/iTerm2.app"
|
||||
|
|
Loading…
Reference in a new issue