Skip to content

Commit b632ca6

Browse files
committed
citrix_workspace: add 20.09.0
ChangeLog: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2009 Also removed 19.12.0 which will be out of maintenance in April 2021 which is still within the lifetime of 20.09.
1 parent 7f0162c commit b632ca6

3 files changed

Lines changed: 19 additions & 14 deletions

File tree

pkgs/applications/networking/remote/citrix-workspace/generic.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ stdenv.mkDerivation rec {
149149
sed -i -e 's,^ANSWER="",ANSWER="$INSTALLER_YES",g' -e 's,/bin/true,true,g' ./linuxx64/hinst
150150
${stdenv.shell} linuxx64/hinst CDROM "$(pwd)"
151151
152+
if [ -f "$ICAInstDir/util/setlog" ]; then
153+
chmod +x "$ICAInstDir/util/setlog"
154+
ln -sf "$ICAInstDir/util/setlog" "$out/bin/citrix-setlog"
155+
fi
152156
${mkWrappers wrapLink toWrap}
153157
${mkWrappers wrap [ "PrimaryAuthManager" "ServiceRecord" "AuthManagerDaemon" "util/ctxwebhelper" ]}
154158

pkgs/applications/networking/remote/citrix-workspace/sources.nix

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@ let
1313
#
1414
# The latest versions can be found at https://www.citrix.com/de-de/downloads/workspace-app/linux/
1515
supportedVersions = lib.mapAttrs mkVersionInfo {
16-
"19.12.0" = {
17-
major = "19";
18-
minor = "12";
19-
patch = "0";
20-
x64hash = "1si5mkxbgb8m99bkvgc3l80idjfdp0kby6pv47s07nn43dbr1j7a";
21-
x86hash = "07rfp90ksnvr8zv7ix7f0z6a59n48s7bd4kqbzilfwxgs4ddqmcy";
22-
x64suffix = "19";
23-
x86suffix = "19";
24-
homepage = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-1912.html";
25-
};
26-
2716
"20.04.0" = {
2817
major = "20";
2918
minor = "04";
@@ -32,7 +21,7 @@ let
3221
x86hash = "A2E2E1882723DA6796E68916B3BB2B44DD575A83DEB03CA90A262F6C81B1A53F";
3322
x64suffix = "21";
3423
x86suffix = "21";
35-
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
24+
homepage = "https://www.citrix.com/de-de/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-2004.html";
3625
};
3726

3827
"20.06.0" = {
@@ -43,6 +32,17 @@ let
4332
x86hash = "1di29hrimbw3myjnf2nn26a14klidhdwvjqla6yxhwd3s6lil194";
4433
x64suffix = "15";
4534
x86suffix = "15";
35+
homepage = "https://www.citrix.com/de-de/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-2006.html";
36+
};
37+
38+
"20.09.0" = {
39+
major = "20";
40+
minor = "9";
41+
patch = "0";
42+
x64hash = "15gjq1vk1y76c39p72xnam9h9rnr0632i4n11l6xbjnfnad8d4pr";
43+
x86hash = "1b4gdmnnpa61ydiv2fnmap8cnfhskrq6swcs6i1nqrp5zvvkqrv4";
44+
x64suffix = "15";
45+
x86suffix = "15";
4646
homepage = "https://www.citrix.com/de-de/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
4747
};
4848
};
@@ -52,7 +52,7 @@ let
5252
#
5353
# The lifespans of Citrix products can be found here:
5454
# https://www.citrix.com/support/product-lifecycle/milestones/receiver.html
55-
unsupportedVersions = [ "19.6.0" "19.8.0" "19.10.0" ];
55+
unsupportedVersions = [ "19.6.0" "19.8.0" "19.10.0" "19.12.0" ];
5656
in {
5757
inherit supportedVersions unsupportedVersions;
5858
}

pkgs/top-level/all-packages.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2700,7 +2700,7 @@ in
27002700

27012701
circus = callPackage ../tools/networking/circus { };
27022702

2703-
citrix_workspace = citrix_workspace_20_06_0;
2703+
citrix_workspace = citrix_workspace_20_09_0;
27042704

27052705
inherit (callPackage ../applications/networking/remote/citrix-workspace { })
27062706
citrix_workspace_19_6_0
@@ -2709,6 +2709,7 @@ in
27092709
citrix_workspace_19_12_0
27102710
citrix_workspace_20_04_0
27112711
citrix_workspace_20_06_0
2712+
citrix_workspace_20_09_0
27122713
;
27132714

27142715
citra = libsForQt5.callPackage ../misc/emulators/citra { };

0 commit comments

Comments
 (0)