mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
nomachine-client: 8.4.2 -> 8.13.1
This commit is contained in:
parent
89b6c71cc4
commit
3dd0bf16db
|
@ -1,8 +1,8 @@
|
|||
{ lib, stdenv, file, fetchurl, makeWrapper,
|
||||
autoPatchelfHook, jsoncpp, libpulseaudio }:
|
||||
let
|
||||
versionMajor = "8.4";
|
||||
versionMinor = "2";
|
||||
versionMajor = "8.13";
|
||||
versionMinor = "1";
|
||||
versionBuild_x86_64 = "1";
|
||||
versionBuild_i686 = "1";
|
||||
in
|
||||
|
@ -14,12 +14,12 @@ in
|
|||
if stdenv.hostPlatform.system == "x86_64-linux" then
|
||||
fetchurl {
|
||||
url = "https://download.nomachine.com/download/${versionMajor}/Linux/nomachine_${version}_${versionBuild_x86_64}_x86_64.tar.gz";
|
||||
sha256 = "sha256-r4yRmnMd6uNay7CqmyqYj9F6huoqD8eBby+oDNk1T34=";
|
||||
sha256 = "sha256-8rxlxdtGU8avpvYJr+bpnsy5v91sqtlij/MCGWrcanY=";
|
||||
}
|
||||
else if stdenv.hostPlatform.system == "i686-linux" then
|
||||
fetchurl {
|
||||
url = "https://download.nomachine.com/download/${versionMajor}/Linux/nomachine_${version}_${versionBuild_i686}_i686.tar.gz";
|
||||
sha256 = "sha256-TvEU1hDvPXQbF7fMI89I2bhap1Y0oetUoFl3yR5eTGg=";
|
||||
sha256 = "sha256-Ekyxc4wODjqWhp0aINhaPGLy9lh6Rt9AmxIt1ulE8Go=";
|
||||
}
|
||||
else
|
||||
throw "NoMachine client is not supported on ${stdenv.hostPlatform.system}";
|
||||
|
@ -56,10 +56,10 @@ in
|
|||
|
||||
mkdir $out/share/applications
|
||||
cp share/applnk/player/xdg/*.desktop $out/share/applications/
|
||||
cp share/applnk/client/xdg-mime/*.desktop $out/share/applications/
|
||||
cp share/applnk/runner/xdg-mime/*.desktop $out/share/applications/
|
||||
|
||||
mkdir -p $out/share/mime/packages
|
||||
cp share/applnk/client/xdg-mime/*.xml $out/share/mime/packages/
|
||||
cp share/applnk/runner/xdg-mime/*.xml $out/share/mime/packages/
|
||||
|
||||
for i in $out/share/applications/*.desktop; do
|
||||
substituteInPlace "$i" --replace /usr/NX/bin $out/bin
|
||||
|
|
Loading…
Reference in a new issue