citrix_workspace: update links

This commit is contained in:
éclairevoyant 2024-03-12 10:49:38 -04:00
parent 0881b6720a
commit 3121f97680
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B
3 changed files with 4 additions and 4 deletions

View File

@ -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
); );

View File

@ -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

View File

@ -52,7 +52,7 @@ let
# 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 = [ "23.02.0" "23.07.0" ]; unsupportedVersions = [ "23.02.0" "23.07.0" ];
in { in {
inherit supportedVersions unsupportedVersions; inherit supportedVersions unsupportedVersions;