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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user