Eclipse Installer icon

Eclipse Installer 4.34.0,2024-12

Install and update your Eclipse Development Environment

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    eclipse-installer # Eclipse Installer
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    eclipse-installer # Eclipse Installer
  ];
}

Package Definition

{
  "pname": "eclipse-installer",
  "version": "4.34.0,2024-12",
  "src": {
    "url": "https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2024-12/R/eclipse-inst-jre-mac-aarch64.dmg&r=1",
    "sha256": "d0a5bb9888e9762ea25f0915f2c1be178b942104c4dcfcd995ac051d06998539"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Eclipse Installer.app\" && cp -r \"Eclipse Installer.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Install and update your Eclipse Development Environment",
    "homepage": "https://eclipse.org/"
  }
}