pcsclite: fix libsystemd switch

This commit is contained in:
Jiajie Chen 2022-11-07 09:01:06 +08:00
parent 822bf096f2
commit 3055583921

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
"--enable-confdir=/etc"
# The OS should care on preparing the drivers into this location
"--enable-usbdropdir=/var/lib/pcsc/drivers"
(lib.enableFeature stdenv.isLinux "systemd")
(lib.enableFeature stdenv.isLinux "libsystemd")
(lib.enableFeature polkitSupport "polkit")
] ++ lib.optionals stdenv.isLinux [
"--enable-ipcdir=/run/pcscd"