mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 07:37:43 +00:00
Merge pull request #186549 from reckenrode/iterm-macos13
iterm2: fix on macOS 13
This commit is contained in:
commit
ee24570799
@ -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 New Issue
Block a user