Axure RP icon

Axure RP 11.0.0.4127

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.4127",
  "src": {
    "url": "https://axure.cachefly.net/versions/11-0/AxureRP-Setup-4127.dmg",
    "sha256": "5ae3bd6bd43a54ac117d2c4db5bbc1ace52d6ab4af2d86fc3fbebea2f5d5d983"
  },
  "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/"
  }
}