mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 21:35:36 +00:00
modemmanager: replace systemd dependency with systemdLibs
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
&& stdenv.hostPlatform.emulatorAvailable buildPackages,
|
||||
polkit,
|
||||
withPolkit ? lib.meta.availableOn stdenv.hostPlatform polkit,
|
||||
systemd,
|
||||
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd,
|
||||
systemdLibs,
|
||||
withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemdLibs,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
|
||||
polkit
|
||||
]
|
||||
++ lib.optionals withSystemd [
|
||||
systemd
|
||||
systemdLibs
|
||||
];
|
||||
|
||||
nativeInstallCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user