pcsclite: use systemdMinimal to avoid dep cycle

This commit is contained in:
bootstrap-prime 2022-07-03 17:11:52 -04:00
parent 56d0dd7fc4
commit dad557524a
No known key found for this signature in database
GPG key ID: B2D7CBCE8713622C

View file

@ -8,7 +8,7 @@
, python3 , python3
, dbus , dbus
, polkit , polkit
, systemd , systemdMinimal
, IOKit , IOKit
}: }:
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config perl ]; nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config perl ];
buildInputs = [ python3 ] buildInputs = [ python3 ]
++ lib.optionals stdenv.isLinux [ dbus polkit systemd ] ++ lib.optionals stdenv.isLinux [ dbus polkit systemdMinimal ]
++ lib.optionals stdenv.isDarwin [ IOKit ]; ++ lib.optionals stdenv.isDarwin [ IOKit ];
meta = with lib; { meta = with lib; {