Papyrus icon

Papyrus 6.7.0,2024-06

Model-Based Engineering tool

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    papyrus # Papyrus
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    papyrus # Papyrus
  ];
}

Package Definition

{
  "pname": "papyrus",
  "version": "6.7.0,2024-06",
  "src": {
    "url": "https://www.eclipse.org/downloads/download.php?file=/modeling/mdt/papyrus/rcp/2024-06/6.7.0/papyrus-2024-06-6.7.0-macosx64.tar.gz&r=1",
    "sha256": "d2d3eb4516e062a4942312941aaaba98f3e542564a452fe39906ec4fe4b12a34"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Papyrus.app\" && cp -r \"Papyrus.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Model-Based Engineering tool",
    "homepage": "https://eclipse.org/papyrus/"
  }
}