Skip to content

Commit

Permalink
citrix-workspace: 24.5.0.76 -> 24.8.0.98
Browse files Browse the repository at this point in the history
  • Loading branch information
flacks committed Nov 29, 2024
1 parent 3f69b03 commit 917528a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let
paths = [ opencv4 ];
postBuild = ''
for so in ${opencv4}/lib/*.so; do
ln -s "$so" $out/lib/$(basename "$so").407
ln -s "$so" $out/lib/$(basename "$so").410
done
'';
};
Expand Down Expand Up @@ -201,7 +201,7 @@ stdenv.mkDerivation rec {
rm $out/opt/citrix-icaclient/lib/UIDialogLibWebKit.so || true
# We support only Gstreamer 1.0
rm $ICAInstDir/util/{gst_aud_{play,read},gst_*0.10,libgstflatstm0.10.so}
rm $ICAInstDir/util/{gst_aud_{play,read},gst_*0.10,libgstflatstm0.10.so} || true
ln -sf $ICAInstDir/util/gst_play1.0 $ICAInstDir/util/gst_play
ln -sf $ICAInstDir/util/gst_read1.0 $ICAInstDir/util/gst_read
Expand Down Expand Up @@ -238,7 +238,7 @@ stdenv.mkDerivation rec {
description = "Citrix Workspace";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" ] ++ optional (versionOlder version "24") "i686-linux";
maintainers = [ ];
maintainers = with maintainers; [ flacks ];
inherit homepage;
};
}
11 changes: 11 additions & 0 deletions pkgs/applications/networking/remote/citrix-workspace/sources.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ let
x86suffix = "";
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
};

"24.08.0" = {
major = "24";
minor = "8";
patch = "0";
x64hash = "1jb22n6gcv4pv8khg98sv663yfpi47dpkvqgifbhps98iw5zrkbp";
x86hash = "";
x64suffix = "98";
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
Expand Down
3 changes: 2 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2860,8 +2860,9 @@ with pkgs;
citrix_workspace_23_11_0
citrix_workspace_24_02_0
citrix_workspace_24_05_0
citrix_workspace_24_08_0
;
citrix_workspace = citrix_workspace_24_05_0;
citrix_workspace = citrix_workspace_24_08_0;

cmst = libsForQt5.callPackage ../tools/networking/cmst { };

Expand Down

0 comments on commit 917528a

Please sign in to comment.