Nektony VSD Viewer icon

Nektony VSD Viewer 6.16.1,563

Preview .VSD, .VDX, .VSDX file formats of Visio drawings

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    vsd-viewer # Nektony VSD Viewer
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    vsd-viewer # Nektony VSD Viewer
  ];
}

Package Definition

{
  "pname": "vsd-viewer",
  "version": "6.16.1,563",
  "src": {
    "url": "https://download.nektony.com/promo/vsd-viewer/update/update_v6.16.1b563.zip",
    "sha256": "90f81fb301a0c9a72b67a715d2cac3e068d1b290472bc693cee568963bfbad69"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/VSD Viewer.app\" && cp -r \"VSD Viewer.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Preview .VSD, .VDX, .VSDX file formats of Visio drawings",
    "homepage": "https://nektony.com/free-visio-viewer-mac"
  }
}