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:
Jared Baur 2023-09-25 22:53:16 -07:00
parent 58e74d1c86
commit 03d751a634
No known key found for this signature in database

View File

@ -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}"