mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 23:33:30 +00:00
systemd: Remove duplicate meson flag for sysusers
This is being set by `withSysusers`, so don't duplicate the meson flag with a hardcoded value.
This commit is contained in:
parent
58e74d1c86
commit
03d751a634
@ -485,7 +485,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"-Dportabled=${lib.boolToString withPortabled}"
|
||||
"-Dhwdb=${lib.boolToString withHwdb}"
|
||||
"-Dremote=${lib.boolToString withRemote}"
|
||||
"-Dsysusers=false"
|
||||
"-Dtimedated=${lib.boolToString withTimedated}"
|
||||
"-Dtimesyncd=${lib.boolToString withTimesyncd}"
|
||||
"-Duserdb=${lib.boolToString withUserDb}"
|
||||
|
Loading…
Reference in New Issue
Block a user