citrix_workspace: fix vm display crash

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-06-24 17:33:31 -05:00
parent a3b66b2eee
commit 3fb4c89bdf
@@ -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 =