Eclipse Modeling Tools icon

Eclipse Modeling Tools 4.35.0,2025-03

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