diff --git a/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/pkgs/applications/networking/remote/citrix-workspace/generic.nix index e697ea095697..8837d934326e 100644 --- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix +++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix @@ -5,59 +5,59 @@ makeWrapper, autoPatchelfHook, wrapGAppsHook3, - which, - more, - file, - atk, alsa-lib, + atk, + cacert, cairo, + dconf, + fetchurl, + file, fontconfig, + freetype, gdk-pixbuf, glib, - webkitgtk_4_0, + glib-networking, + gnome2, + gtk2, gtk2-x11, gtk3, + gtk_engines, heimdal, krb5, + libGL, + libappindicator-gtk3, + libcanberra-gtk3, + libcap, + libcxx, + libfaketime, + libgbm, + libinput, + libjpeg, + libjson, + libpng12, + libpulseaudio, + libredirect, + libsecret, libsoup_2_4, libvorbis, - speex, - openssl, - zlib, - xorg, - pango, - gtk2, - gnome2, - libgbm, - nss, - nspr, - gtk_engines, - freetype, - dconf, - libGL, - libpng12, libxml2, - libjpeg, - libredirect, - tzdata, - cacert, - systemd, - libcxx, - symlinkJoin, - libpulseaudio, - pcsclite, - glib-networking, llvmPackages, + more, + nspr, + nss, opencv4, - libfaketime, - libinput, - libcap, - libjson, - libsecret, - libcanberra-gtk3, + openssl, + pango, + pcsclite, sane-backends, - fetchurl, - libappindicator-gtk3, + speex, + symlinkJoin, + systemd, + tzdata, + webkitgtk_4_0, + which, + xorg, + zlib, homepage, version, @@ -133,11 +133,11 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ autoPatchelfHook file + libfaketime makeWrapper more which wrapGAppsHook3 - libfaketime ]; buildInputs = [ @@ -148,18 +148,19 @@ stdenv.mkDerivation rec { fontconfig freetype gdk-pixbuf - gnome2.gtkglext glib-networking - webkitgtk_4_0 + gnome2.gtkglext gtk2 gtk2-x11 gtk3 gtk_engines heimdal krb5 - libcap + libGL libcanberra-gtk3 + libcap libcxx + libgbm libinput libjpeg libjson @@ -170,30 +171,30 @@ stdenv.mkDerivation rec { libvorbis libxml2' llvmPackages.libunwind - libgbm nspr nss opencv4' openssl' pango pcsclite + sane-backends speex - (lib.getLib systemd) stdenv.cc.cc + (lib.getLib systemd) + webkitgtk_4_0 + xorg.libXScrnSaver xorg.libXaw xorg.libXmu - xorg.libXScrnSaver xorg.libXtst zlib - sane-backends - libGL ]; runtimeDependencies = [ glib glib-networking - pcsclite libappindicator-gtk3 + libGL + pcsclite xorg.libX11 xorg.libXScrnSaver @@ -204,9 +205,8 @@ stdenv.mkDerivation rec { xorg.libXrender xorg.libXtst xorg.libxcb - xorg.xprop xorg.xdpyinfo - libGL + xorg.xprop ]; installPhase =