ThinLinc icon

ThinLinc 4.20.0_4284

Linux remote desktop server

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    thinlinc-client # ThinLinc
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    thinlinc-client # ThinLinc
  ];
}

Package Definition

{
  "pname": "thinlinc-client",
  "version": "4.20.0_4284",
  "src": {
    "url": "https://www.cendio.com/downloads/clients/tl-4.20.0_4284-client-macos.dmg",
    "sha256": "5a762511077829a004e0acb45bd5b7e6b4ae2dfe12cb62ec04425937d173f230"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ThinLinc Client.app\" && cp -r \"ThinLinc Client.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Linux remote desktop server",
    "homepage": "https://www.cendio.com/thinlinc/what-is-thinlinc/"
  }
}