Merge pull request #257398 from jmbaur/systemd-remove-dup

systemd: Remove duplicate meson flag for sysusers
This commit is contained in:
Florian Klink
2023-09-26 18:16:56 +03:00
committed by GitHub
@@ -481,7 +481,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}"