Gaphor icon

Gaphor 3.0.0

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.0.0",
  "src": {
    "url": "https://github.com/gaphor/gaphor/releases/download/3.0.0/Gaphor-3.0.0-arm.dmg",
    "sha256": "6b5e4ca457f95fe8cc51e9d0800c284a44d3a6bf5a2a79587a502a227509b8e9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gaphor.app\" && cp -r \"Gaphor.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "UML/SysML modelling tool",
    "homepage": "https://gaphor.org/"
  }
}