Merge pull request #267562 from iblech/patch-citrix-23.09
citrix_workspace: 23.07.0 -> 23.09.0
This commit is contained in:
commit
82be7c3a86
3 changed files with 22 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
, libjpeg, libredirect, tzdata, cacert, systemd, libcxxabi, libcxx, e2fsprogs, symlinkJoin
|
||||
, libpulseaudio, pcsclite, glib-networking, llvmPackages_12, opencv4
|
||||
, libfaketime
|
||||
, libinput, libcap, libjson, libsecret, libcanberra-gtk3
|
||||
|
||||
, homepage, version, prefix, hash
|
||||
|
||||
|
@ -38,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||
${homepage}
|
||||
|
||||
(if you do not find version ${version} there, try at
|
||||
https://www.citrix.com/downloads/workspace-app/
|
||||
https://www.citrix.com/downloads/workspace-app/)
|
||||
|
||||
Once you have downloaded the file, please use the following command and re-run the
|
||||
installation:
|
||||
|
@ -80,11 +81,16 @@ stdenv.mkDerivation rec {
|
|||
gtk_engines
|
||||
heimdal
|
||||
krb5
|
||||
libcap
|
||||
libcanberra-gtk3
|
||||
libcxx
|
||||
libcxxabi
|
||||
libinput
|
||||
libjpeg
|
||||
libjson
|
||||
libpng12
|
||||
libpulseaudio
|
||||
libsecret
|
||||
libsoup
|
||||
libvorbis
|
||||
libxml2
|
||||
|
@ -119,6 +125,8 @@ stdenv.mkDerivation rec {
|
|||
xorg.libXrender
|
||||
xorg.libXtst
|
||||
xorg.libxcb
|
||||
xorg.xprop
|
||||
xorg.xdpyinfo
|
||||
];
|
||||
|
||||
installPhase = let
|
||||
|
|
|
@ -33,6 +33,17 @@ let
|
|||
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" = {
|
||||
major = "23";
|
||||
minor = "9";
|
||||
patch = "0";
|
||||
x64hash = "7b06339654aa27258d6dfa922828b43256e780b282d07109f452246c7aa27514";
|
||||
x86hash = "95436fb289602cf31c65b7df89da145fc170233cb2e758a2f11116f15b57d382";
|
||||
x64suffix = "24";
|
||||
x86suffix = "24";
|
||||
homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
|
||||
};
|
||||
|
||||
|
|
|
@ -6859,8 +6859,9 @@ with pkgs;
|
|||
inherit (callPackage ../applications/networking/remote/citrix-workspace { })
|
||||
citrix_workspace_23_02_0
|
||||
citrix_workspace_23_07_0
|
||||
citrix_workspace_23_09_0
|
||||
;
|
||||
citrix_workspace = citrix_workspace_23_07_0;
|
||||
citrix_workspace = citrix_workspace_23_09_0;
|
||||
|
||||
clima = callPackage ../tools/text/clima { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue