Eclipse Modeling Tools icon

Eclipse Modeling Tools 4.38,2025-12

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.38,2025-12",
  "src": {
    "url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2025-12/R/eclipse-modeling-2025-12-R-macosx-cocoa-aarch64.dmg&mirror_id=1",
    "sha256": "ca0850b9267ce648e80ac2b19ddb2cef1bc9f8c2a6c3b61b2e8bdd16c20a3a61"
  },
  "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/"
  }
}