Axure RP icon

Axure RP 11.0.0.4134

Planning and prototyping tool for developers

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    axure-rp # Axure RP
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    axure-rp # Axure RP
  ];
}

Package Definition

{
  "pname": "axure-rp",
  "version": "11.0.0.4134",
  "src": {
    "url": "https://axure.cachefly.net/versions/11-0/AxureRP-Setup-4134.dmg",
    "sha256": "cfd30a1aef0aa557e4aca812f9a28341ffc9cc885decf52539d0142c6e418a09"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Axure RP 11.app\" && cp -r \"Axure RP 11.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Planning and prototyping tool for developers",
    "homepage": "https://www.axure.com/"
  }
}