Loading pkgs/applications/terminal-emulators/iterm2/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -37,8 +37,10 @@ stdenvNoCC.mkDerivation rec { meta = with lib; { description = "Replacement for Terminal and the successor to iTerm"; homepage = "https://www.iterm2.com/"; hydraPlatforms = []; # The build is little more than copying the binary license = licenses.gpl2; maintainers = with maintainers; [ steinybot tricktron ]; platforms = [ "x86_64-darwin" "aarch64-darwin" ]; sourceProvenance = [ sourceTypes.binaryNativeCode ]; }; } Loading
pkgs/applications/terminal-emulators/iterm2/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -37,8 +37,10 @@ stdenvNoCC.mkDerivation rec { meta = with lib; { description = "Replacement for Terminal and the successor to iTerm"; homepage = "https://www.iterm2.com/"; hydraPlatforms = []; # The build is little more than copying the binary license = licenses.gpl2; maintainers = with maintainers; [ steinybot tricktron ]; platforms = [ "x86_64-darwin" "aarch64-darwin" ]; sourceProvenance = [ sourceTypes.binaryNativeCode ]; }; }