summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/citrix-workspace/generic.nix
diff options
context:
space:
mode:
authorAlexander Lehmann <afwlehmann@googlemail.com>2021-09-16 09:37:19 +0200
committerAlexander Lehmann <afwlehmann@googlemail.com>2021-09-28 09:03:31 +0200
commit439c13bf15cd4b57a1c16729b756608d1e3420ca (patch)
tree5d88603cb20d60fd13502ed54db9b82efa460bd0 /pkgs/applications/networking/remote/citrix-workspace/generic.nix
parent80db552f624b82511b3a8c1ac9b9e50829705e89 (diff)
downloadnixpkgs-439c13bf15cd4b57a1c16729b756608d1e3420ca.tar
nixpkgs-439c13bf15cd4b57a1c16729b756608d1e3420ca.tar.gz
nixpkgs-439c13bf15cd4b57a1c16729b756608d1e3420ca.tar.bz2
nixpkgs-439c13bf15cd4b57a1c16729b756608d1e3420ca.tar.lz
nixpkgs-439c13bf15cd4b57a1c16729b756608d1e3420ca.tar.xz
nixpkgs-439c13bf15cd4b57a1c16729b756608d1e3420ca.tar.zst
nixpkgs-439c13bf15cd4b57a1c16729b756608d1e3420ca.zip
citrix-workspace: Add sources for 21_08_0 plus glib-networking to runtimeDependencies
Citrix Workspace requires glib-networking for TLS/SSL.
Diffstat (limited to 'pkgs/applications/networking/remote/citrix-workspace/generic.nix')
-rw-r--r--pkgs/applications/networking/remote/citrix-workspace/generic.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/pkgs/applications/networking/remote/citrix-workspace/generic.nix
index 8159ae25167..2f9c5f76c5e 100644
--- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix
+++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix
@@ -3,7 +3,7 @@
 , heimdal, krb5, libsoup, libvorbis, speex, openssl, zlib, xorg, pango, gtk2
 , gnome2, mesa, nss, nspr, gtk_engines, freetype, dconf, libpng12, libxml2
 , libjpeg, libredirect, tzdata, cacert, systemd, libcxxabi, libcxx, e2fsprogs, symlinkJoin
-, libpulseaudio, pcsclite
+, libpulseaudio, pcsclite, glib-networking
 
 , homepage, version, prefix, hash
 
@@ -102,6 +102,7 @@ stdenv.mkDerivation rec {
 
   runtimeDependencies = [
     glib
+    glib-networking
     pcsclite
 
     xorg.libX11