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:
parent
8eea6fcf0d
commit
92781c27bd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user