Merge pull request #294920 from eclairevoyant/citrix
citrix_workspace: 23.11.0.82 -> 24.2.0.65; remove EOL versions
This commit is contained in:
commit
aa607420f7
4 changed files with 20 additions and 33 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, callPackage }:
|
{ lib, callPackage }:
|
||||||
|
|
||||||
# For detailed information about the Citrix source-tarball, please refer to the OEM
|
# For detailed information about the Citrix source-tarball, please refer to the OEM
|
||||||
# reference guide: https://developer-docs.citrix.com/projects/workspace-app-for-linux-oem-guide/en/latest/
|
# reference guide: https://developer-docs.citrix.com/en-us/citrix-workspace-app-for-linux/citrix-workspace-app-for-linux-oem-reference-guide
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (callPackage ./sources.nix { }) supportedVersions unsupportedVersions;
|
inherit (callPackage ./sources.nix { }) supportedVersions unsupportedVersions;
|
||||||
|
@ -13,7 +13,7 @@ let
|
||||||
Citrix Workspace at version ${x} is not supported anymore!
|
Citrix Workspace at version ${x} is not supported anymore!
|
||||||
|
|
||||||
Actively supported releases are listed here:
|
Actively supported releases are listed here:
|
||||||
https://www.citrix.com/support/product-lifecycle/milestones/receiver.html
|
https://www.citrix.com/support/product-lifecycle/workspace-app.html
|
||||||
'')) unsupportedVersions
|
'')) unsupportedVersions
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -196,7 +196,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
${mkWrappers copyCert extraCerts}
|
${mkWrappers copyCert extraCerts}
|
||||||
|
|
||||||
# See https://developer-docs.citrix.com/projects/workspace-app-for-linux-oem-guide/en/latest/reference-information/#library-files
|
# See https://developer-docs.citrix.com/en-us/citrix-workspace-app-for-linux/citrix-workspace-app-for-linux-oem-reference-guide/reference-information/#library-files
|
||||||
# Those files are fallbacks to support older libwekit.so and libjpeg.so
|
# Those files are fallbacks to support older libwekit.so and libjpeg.so
|
||||||
rm $out/opt/citrix-icaclient/lib/ctxjpeg_fb_8.so || true
|
rm $out/opt/citrix-icaclient/lib/ctxjpeg_fb_8.so || true
|
||||||
rm $out/opt/citrix-icaclient/lib/UIDialogLibWebKit.so || true
|
rm $out/opt/citrix-icaclient/lib/UIDialogLibWebKit.so || true
|
||||||
|
@ -238,7 +238,7 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
description = "Citrix Workspace";
|
description = "Citrix Workspace";
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ] ++ optional (versionOlder version "24") "i686-linux";
|
||||||
maintainers = with maintainers; [ michaeladler ];
|
maintainers = with maintainers; [ michaeladler ];
|
||||||
inherit homepage;
|
inherit homepage;
|
||||||
};
|
};
|
||||||
|
|
|
@ -12,30 +12,8 @@ let
|
||||||
# for Linux.
|
# for Linux.
|
||||||
#
|
#
|
||||||
# The latest versions can be found at https://www.citrix.com/downloads/workspace-app/linux/
|
# The latest versions can be found at https://www.citrix.com/downloads/workspace-app/linux/
|
||||||
|
# x86 is unsupported past 23.11, see https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/deprecation
|
||||||
supportedVersions = lib.mapAttrs mkVersionInfo {
|
supportedVersions = lib.mapAttrs mkVersionInfo {
|
||||||
|
|
||||||
"23.02.0" = {
|
|
||||||
major = "23";
|
|
||||||
minor = "2";
|
|
||||||
patch = "0";
|
|
||||||
x64hash = "d0030a4782ba4b2628139635a12a7de044a4eb36906ef1eadb05b6ea77c1a7bc";
|
|
||||||
x86hash = "39228fc8dd69adca4e56991c1ebc0832fec183c3ab5abd2d65c66b39b634391b";
|
|
||||||
x64suffix = "10";
|
|
||||||
x86suffix = "10";
|
|
||||||
homepage = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest6.html";
|
|
||||||
};
|
|
||||||
|
|
||||||
"23.07.0" = {
|
|
||||||
major = "23";
|
|
||||||
minor = "7";
|
|
||||||
patch = "0";
|
|
||||||
x64hash = "d4001226e79b5353fc74da4c8ed4f6295c1859fe18142cb5de345a3c7ae48168";
|
|
||||||
x86hash = "4a7da238286ae28d7baf0fefa1e7e09d077c8bc56c2bf7bec00da42c331bee59";
|
|
||||||
x64suffix = "17";
|
|
||||||
x86suffix = "17";
|
|
||||||
homepage = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest21.html";
|
|
||||||
};
|
|
||||||
|
|
||||||
"23.09.0" = {
|
"23.09.0" = {
|
||||||
major = "23";
|
major = "23";
|
||||||
minor = "9";
|
minor = "9";
|
||||||
|
@ -55,17 +33,27 @@ let
|
||||||
x86hash = "65b8c144e51b5bd78b98ae69e0fa76d6c020a857d74fd5254be49492527072b6";
|
x86hash = "65b8c144e51b5bd78b98ae69e0fa76d6c020a857d74fd5254be49492527072b6";
|
||||||
x64suffix = "82";
|
x64suffix = "82";
|
||||||
x86suffix = "82";
|
x86suffix = "82";
|
||||||
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
|
homepage = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest10.html";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"24.02.0" = {
|
||||||
|
major = "24";
|
||||||
|
minor = "2";
|
||||||
|
patch = "0";
|
||||||
|
x64hash = "eaeb5d3bd079d4e5c9707da67f5f7a25cb765e19c36d01861290655dbf2aaee4";
|
||||||
|
x86hash = "";
|
||||||
|
x64suffix = "65";
|
||||||
|
x86suffix = "";
|
||||||
|
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Retain attribute-names for abandoned versions of Citrix workspace to
|
# Retain attribute-names for abandoned versions of Citrix workspace to
|
||||||
# provide a meaningful error-message if it's attempted to use such an old one.
|
# provide a meaningful error-message if it's attempted to use such an old one.
|
||||||
#
|
#
|
||||||
# The lifespans of Citrix products can be found here:
|
# The lifespans of Citrix products can be found here:
|
||||||
# https://www.citrix.com/support/product-lifecycle/milestones/receiver.html
|
# https://www.citrix.com/support/product-lifecycle/workspace-app.html
|
||||||
unsupportedVersions = [ ];
|
unsupportedVersions = [ "23.02.0" "23.07.0" ];
|
||||||
in {
|
in {
|
||||||
inherit supportedVersions unsupportedVersions;
|
inherit supportedVersions unsupportedVersions;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6808,12 +6808,11 @@ with pkgs;
|
||||||
cirrusgo = callPackage ../tools/security/cirrusgo { };
|
cirrusgo = callPackage ../tools/security/cirrusgo { };
|
||||||
|
|
||||||
inherit (callPackage ../applications/networking/remote/citrix-workspace { })
|
inherit (callPackage ../applications/networking/remote/citrix-workspace { })
|
||||||
citrix_workspace_23_02_0
|
|
||||||
citrix_workspace_23_07_0
|
|
||||||
citrix_workspace_23_09_0
|
citrix_workspace_23_09_0
|
||||||
citrix_workspace_23_11_0
|
citrix_workspace_23_11_0
|
||||||
|
citrix_workspace_24_02_0
|
||||||
;
|
;
|
||||||
citrix_workspace = citrix_workspace_23_11_0;
|
citrix_workspace = citrix_workspace_24_02_0;
|
||||||
|
|
||||||
clima = callPackage ../tools/text/clima { };
|
clima = callPackage ../tools/text/clima { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue