Eclipse Modeling Tools icon

Eclipse Modeling Tools 4.40,2026-06

Tools and runtimes for building model-based applications

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    eclipse-modeling # Eclipse Modeling Tools
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    eclipse-modeling # Eclipse Modeling Tools
  ];
}

Package Definition

{
  "pname": "eclipse-modeling",
  "version": "4.40,2026-06",
  "src": {
    "url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2026-06/R/eclipse-modeling-2026-06-R-macosx-cocoa-aarch64.dmg&mirror_id=1",
    "sha256": "71dee6967ac6795527cdcbb216e8c9285a9f29827ebc522f7a8f59e75182010a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Eclipse Modeling.app\" && cp -r \"Eclipse.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tools and runtimes for building model-based applications",
    "homepage": "https://eclipse.org/"
  }
}