Eclipse Modeling Tools icon

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