Eclipse Modeling Tools icon

Eclipse Modeling Tools 4.37.0,2025-09

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