Linden Lab Second Life Viewer icon

Linden Lab Second Life Viewer 7.2.3.19375695301

3D browsing software for Second Life online virtual world

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    second-life-viewer # Linden Lab Second Life Viewer
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    second-life-viewer # Linden Lab Second Life Viewer
  ];
}

Package Definition

{
  "pname": "second-life-viewer",
  "version": "7.2.3.19375695301",
  "src": {
    "url": "https://viewer-download.secondlife.com/Viewer_7/Second_Life_7_2_3_19375695301_universal.dmg",
    "sha256": "23d34f4747bea9a88432b68572424fc6dc933f37fcc668c3495c641d20113871"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Second Life Viewer.app\" && cp -r \"Second Life Viewer.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "3D browsing software for Second Life online virtual world",
    "homepage": "https://secondlife.com/"
  }
}