From 3fb4c89bdf6c762eb1ebaabc52331f258bd5b3bd Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 24 Jun 2025 17:33:31 -0500 Subject: [PATCH] citrix_workspace: fix vm display crash Signed-off-by: Austin Horstman --- .../networking/remote/citrix-workspace/generic.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/pkgs/applications/networking/remote/citrix-workspace/generic.nix index d7a3050a3f76..e697ea095697 100644 --- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix +++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix @@ -34,6 +34,7 @@ gtk_engines, freetype, dconf, + libGL, libpng12, libxml2, libjpeg, @@ -185,6 +186,7 @@ stdenv.mkDerivation rec { xorg.libXtst zlib sane-backends + libGL ]; runtimeDependencies = [ @@ -204,6 +206,7 @@ stdenv.mkDerivation rec { xorg.libxcb xorg.xprop xorg.xdpyinfo + libGL ]; installPhase =