pcsclite: use systemdMinimal to avoid dep cycle
This commit is contained in:
parent
56d0dd7fc4
commit
dad557524a
1 changed files with 2 additions and 2 deletions
|
@ -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; {
|
||||||
|
|
Loading…
Reference in a new issue