systemd: add withPolkit option
This commit is contained in:
parent
0b762c02ee
commit
1f9347431c
@ -66,6 +66,7 @@
|
|||||||
, withLocaled ? true
|
, withLocaled ? true
|
||||||
, withLogind ? true
|
, withLogind ? true
|
||||||
, withNetworkd ? true
|
, withNetworkd ? true
|
||||||
|
, withPolkit ? true
|
||||||
, withRemote ? false # has always been disabled on NixOS, upstream version appears broken anyway
|
, withRemote ? false # has always been disabled on NixOS, upstream version appears broken anyway
|
||||||
, withResolved ? true
|
, withResolved ? true
|
||||||
, withTimedated ? true
|
, withTimedated ? true
|
||||||
@ -222,6 +223,7 @@ stdenv.mkDerivation {
|
|||||||
"-Dlocaled=${lib.boolToString withLocaled}"
|
"-Dlocaled=${lib.boolToString withLocaled}"
|
||||||
"-Dhostnamed=${lib.boolToString withHostnamed}"
|
"-Dhostnamed=${lib.boolToString withHostnamed}"
|
||||||
"-Dnetworkd=${lib.boolToString withNetworkd}"
|
"-Dnetworkd=${lib.boolToString withNetworkd}"
|
||||||
|
"-Dpolkit=${lib.boolToString withPolkit}"
|
||||||
"-Dcryptsetup=${lib.boolToString withCryptsetup}"
|
"-Dcryptsetup=${lib.boolToString withCryptsetup}"
|
||||||
"-Dportabled=false"
|
"-Dportabled=false"
|
||||||
"-Dhwdb=${lib.boolToString withHwdb}"
|
"-Dhwdb=${lib.boolToString withHwdb}"
|
||||||
|
@ -18673,6 +18673,7 @@ in
|
|||||||
withLocaled = false;
|
withLocaled = false;
|
||||||
withLogind = false;
|
withLogind = false;
|
||||||
withNetworkd = false;
|
withNetworkd = false;
|
||||||
|
withPolkit = false;
|
||||||
withResolved = false;
|
withResolved = false;
|
||||||
withTimedated = false;
|
withTimedated = false;
|
||||||
glib = null;
|
glib = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user