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
This commit is contained in:
Maximilian Bosch 2020-11-02 12:22:47 +01:00
parent 8eea6fcf0d
commit 92781c27bd
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -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