Unverified Commit 2dd4a55d authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

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

systemd: Remove duplicate meson flag for sysusers
parents 763dd11b 03d751a6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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}"