Unverified Commit 108b6b7d authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

citrix-workspace: 24.5.0.76 -> 24.8.0.98 (#360106)

parents d1ed012f d57718d1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7307,6 +7307,13 @@
    github = "fkautz";
    githubId = 135706;
  };
  flacks = {
    name = "Jean Lucas";
    email = "jean@4ray.co";
    github = "flacks";
    githubId = 2135469;
    matrix = "@flacks:matrix.org";
  };
  FlafyDev = {
    name = "Flafy Arazi";
    email = "flafyarazi@gmail.com";
+4 −3
Original line number Diff line number Diff line
@@ -29,7 +29,8 @@ 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").407 || true
        ln -s "$so" $out/lib/$(basename "$so").410 || true
      done
    '';
  };
@@ -201,7 +202,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

@@ -238,7 +239,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 −0
Original line number Diff line number Diff line
@@ -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
+2 −1
Original line number Diff line number Diff line
@@ -2859,8 +2859,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 { };