citrix_workspace: add 20.10.0
ChangeLog: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2010
This commit is contained in:
parent
93a00bec3e
commit
6928309c51
@ -3,6 +3,7 @@
|
|||||||
, heimdal, krb5, libsoup, libvorbis, speex, openssl, zlib, xorg, pango, gtk2
|
, heimdal, krb5, libsoup, libvorbis, speex, openssl, zlib, xorg, pango, gtk2
|
||||||
, gnome2, nss, nspr, gtk_engines, freetype, dconf, libpng12, libxml2
|
, gnome2, nss, nspr, gtk_engines, freetype, dconf, libpng12, libxml2
|
||||||
, libjpeg, libredirect, tzdata, cacert, systemd, libcxxabi, libcxx, e2fsprogs, symlinkJoin
|
, libjpeg, libredirect, tzdata, cacert, systemd, libcxxabi, libcxx, e2fsprogs, symlinkJoin
|
||||||
|
, libpulseaudio
|
||||||
|
|
||||||
, homepage, version, prefix, hash
|
, homepage, version, prefix, hash
|
||||||
|
|
||||||
@ -97,7 +98,8 @@ stdenv.mkDerivation rec {
|
|||||||
xorg.libXScrnSaver
|
xorg.libXScrnSaver
|
||||||
xorg.libXtst
|
xorg.libXtst
|
||||||
zlib
|
zlib
|
||||||
] ++ lib.optional (lib.versionOlder version "20.04") e2fsprogs;
|
] ++ lib.optional (lib.versionOlder version "20.04") e2fsprogs
|
||||||
|
++ lib.optional (lib.versionAtLeast version "20.10") libpulseaudio;
|
||||||
|
|
||||||
runtimeDependencies = [
|
runtimeDependencies = [
|
||||||
glib
|
glib
|
||||||
|
@ -43,6 +43,17 @@ let
|
|||||||
x86hash = "1b4gdmnnpa61ydiv2fnmap8cnfhskrq6swcs6i1nqrp5zvvkqrv4";
|
x86hash = "1b4gdmnnpa61ydiv2fnmap8cnfhskrq6swcs6i1nqrp5zvvkqrv4";
|
||||||
x64suffix = "15";
|
x64suffix = "15";
|
||||||
x86suffix = "15";
|
x86suffix = "15";
|
||||||
|
homepage = "https://www.citrix.com/de-de/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-2009.html";
|
||||||
|
};
|
||||||
|
|
||||||
|
"20.10.0" = {
|
||||||
|
major = "20";
|
||||||
|
minor = "10";
|
||||||
|
patch = "0";
|
||||||
|
x64hash = "13g7r92mhwqwqkm6a4k4yn232ighkmxifs7j8wdi1yva0dvklqdf";
|
||||||
|
x86hash = "04cr2da25v8x098ccyjwa47d4krk3jpldqkyf4kk2j3hwzbqh9yx";
|
||||||
|
x64suffix = "6";
|
||||||
|
x86suffix = "6";
|
||||||
homepage = "https://www.citrix.com/de-de/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
|
homepage = "https://www.citrix.com/de-de/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -2854,12 +2854,13 @@ in
|
|||||||
|
|
||||||
circus = callPackage ../tools/networking/circus { };
|
circus = callPackage ../tools/networking/circus { };
|
||||||
|
|
||||||
citrix_workspace = citrix_workspace_20_09_0;
|
citrix_workspace = citrix_workspace_20_10_0;
|
||||||
|
|
||||||
inherit (callPackage ../applications/networking/remote/citrix-workspace { })
|
inherit (callPackage ../applications/networking/remote/citrix-workspace { })
|
||||||
citrix_workspace_20_04_0
|
citrix_workspace_20_04_0
|
||||||
citrix_workspace_20_06_0
|
citrix_workspace_20_06_0
|
||||||
citrix_workspace_20_09_0
|
citrix_workspace_20_09_0
|
||||||
|
citrix_workspace_20_10_0
|
||||||
;
|
;
|
||||||
|
|
||||||
citra = libsForQt5.callPackage ../misc/emulators/citra { };
|
citra = libsForQt5.callPackage ../misc/emulators/citra { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user