Gaphor icon

Gaphor 3.3.2

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