Eclipse Modeling Tools icon

Eclipse Modeling Tools 4.33.0,2024-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.33.0,2024-09",
  "src": {
    "url": "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2024-09/R/eclipse-modeling-2024-09-R-macosx-cocoa-aarch64.dmg&mirror_id=1",
    "sha256": "ae243f9865ea16a860f46e432a285b6075cc019650d07b9892502283407ac417"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Eclipse.app\" \"$out/Applications/Eclipse Modeling.app\""
  ],
  "meta": {
    "description": "Tools and runtimes for building model-based applications",
    "homepage": "https://eclipse.org/"
  }
}