···14 # The OS should care on preparing the drivers into this location
15 "--enable-usbdropdir=/var/lib/pcsc/drivers"
16 "--enable-confdir=/etc"
017 ] ++ stdenv.lib.optional stdenv.isLinux
18 "--with-systemdsystemunitdir=\${out}/etc/systemd/system";
19
···14 # The OS should care on preparing the drivers into this location
15 "--enable-usbdropdir=/var/lib/pcsc/drivers"
16 "--enable-confdir=/etc"
17+ "--enable-ipcdir=/run/pcscd"
18 ] ++ stdenv.lib.optional stdenv.isLinux
19 "--with-systemdsystemunitdir=\${out}/etc/systemd/system";
20