OmniGraffle icon

OmniGraffle 7.24.3

Visual communication software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "omnigraffle",
  "version": "7.24.3",
  "src": {
    "url": "https://downloads.omnigroup.com/software/macOS/12/OmniGraffle-7.24.3.dmg",
    "sha256": "ecfe024a72add6f22775538c2dbc6363e36ff3379df6a0b5692d964cc39876b0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/OmniGraffle.app\" && cp -r \"OmniGraffle.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Visual communication software",
    "homepage": "https://www.omnigroup.com/omnigraffle/"
  }
}