Gaphor icon

Gaphor 3.3.1

UML/SysML modelling tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gaphor",
  "version": "3.3.1",
  "src": {
    "url": "https://github.com/gaphor/gaphor/releases/download/3.3.1/Gaphor-3.3.1-arm.dmg",
    "sha256": "4c25f33900c416d60cb51c19eff0e8e07144e1c9c69c0ecadcb4860aa218edb2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gaphor.app\" && cp -r \"Gaphor.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "UML/SysML modelling tool",
    "homepage": "https://gaphor.org/"
  }
}