systemd: add withMachined flag
This commit is contained in:
parent
8526662a33
commit
e10a9a8506
@ -66,6 +66,7 @@
|
|||||||
, withImportd ? true
|
, withImportd ? true
|
||||||
, withLocaled ? true
|
, withLocaled ? true
|
||||||
, withLogind ? true
|
, withLogind ? true
|
||||||
|
, withMachined ? true
|
||||||
, withNetworkd ? true
|
, withNetworkd ? true
|
||||||
, withNss ? true
|
, withNss ? true
|
||||||
, withPolkit ? true
|
, withPolkit ? true
|
||||||
@ -226,6 +227,7 @@ stdenv.mkDerivation {
|
|||||||
"-Dlogind=${lib.boolToString withLogind}"
|
"-Dlogind=${lib.boolToString withLogind}"
|
||||||
"-Dlocaled=${lib.boolToString withLocaled}"
|
"-Dlocaled=${lib.boolToString withLocaled}"
|
||||||
"-Dhostnamed=${lib.boolToString withHostnamed}"
|
"-Dhostnamed=${lib.boolToString withHostnamed}"
|
||||||
|
"-Dmachined=${lib.boolToString withMachined}"
|
||||||
"-Dnetworkd=${lib.boolToString withNetworkd}"
|
"-Dnetworkd=${lib.boolToString withNetworkd}"
|
||||||
"-Dpolkit=${lib.boolToString withPolkit}"
|
"-Dpolkit=${lib.boolToString withPolkit}"
|
||||||
"-Dcryptsetup=${lib.boolToString withCryptsetup}"
|
"-Dcryptsetup=${lib.boolToString withCryptsetup}"
|
||||||
|
@ -18673,6 +18673,7 @@ in
|
|||||||
withImportd = false;
|
withImportd = false;
|
||||||
withLocaled = false;
|
withLocaled = false;
|
||||||
withLogind = false;
|
withLogind = false;
|
||||||
|
withMachined = false;
|
||||||
withNetworkd = false;
|
withNetworkd = false;
|
||||||
withNss = false;
|
withNss = false;
|
||||||
withPolkit = false;
|
withPolkit = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user