mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
systemd: drop duplicate -Dlocaled=…
This is already configurable above.
This commit is contained in:
parent
ff07c6b47d
commit
c6aada2835
@ -224,7 +224,6 @@ stdenv.mkDerivation {
|
||||
"-Dtimedated=${lib.boolToString withTimedated}"
|
||||
"-Dtimesyncd=${lib.boolToString withTimesyncd}"
|
||||
"-Dfirstboot=false"
|
||||
"-Dlocaled=true"
|
||||
"-Dresolve=${lib.boolToString withResolved}"
|
||||
"-Dsplit-usr=false"
|
||||
"-Dlibcurl=${lib.boolToString wantCurl}"
|
||||
|
Loading…
Reference in New Issue
Block a user