From 92781c27bd16862e50f6e9b65a01d12d843cca59 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Mon, 2 Nov 2020 12:22:47 +0100 Subject: [PATCH] citrix_workspace: add pcsclite to `runtimeDependencies` According to the vendor's documentation this is needed to enable smartcard support[1]. [1] https://developer-docs.citrix.com/projects/workspace-app-for-linux-oem-guide/en/latest/customize/#smart-cards --- .../networking/remote/citrix-workspace/generic.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/pkgs/applications/networking/remote/citrix-workspace/generic.nix index 35085d422f2..c0dc438daac 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, nss, nspr, gtk_engines, freetype, dconf, libpng12, libxml2 , libjpeg, libredirect, tzdata, cacert, systemd, libcxxabi, libcxx, e2fsprogs, symlinkJoin -, libpulseaudio +, libpulseaudio, pcsclite , homepage, version, prefix, hash @@ -103,6 +103,7 @@ stdenv.mkDerivation rec { runtimeDependencies = [ glib + pcsclite xorg.libX11 xorg.libXScrnSaver