Unverified Commit 3fb4c89b authored by Austin Horstman's avatar Austin Horstman
Browse files

citrix_workspace: fix vm display crash

parent a3b66b2e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 =