ghostty-bin: fix build on darwin (#432677)

authored by Pol Dellaiera and committed by GitHub 9bd0c069 e606cb92

+8
+8
pkgs/by-name/gh/ghostty-bin/package.nix
··· 17 17 18 18 sourceRoot = "."; 19 19 20 + # otherwise fails to unpack with: 21 + # ERROR: Dangerous link path was ignored : Ghostty.app/Contents/Resources/terminfo/67/ghostty : ../78/xterm-ghostty 22 + unpackPhase = lib.optionalString stdenvNoCC.hostPlatform.isDarwin '' 23 + runHook preUnpack 24 + 7zz -snld x $src 25 + runHook postUnpack 26 + ''; 27 + 20 28 nativeBuildInputs = [ 21 29 _7zz 22 30 makeBinaryWrapper