systemd: make withPasswordQuality always disabled

It is not possible currently to compile systemd with it because passwdqc is not packaged.
This commit is contained in:
Raito Bezarius 2023-07-28 20:49:41 +02:00 committed by nikstur
parent 2696e44c42
commit b2aaa2bfd8

View File

@ -151,6 +151,8 @@ assert withHomed -> withPam;
assert withUkify -> withEfi;
assert withRepart -> withCryptsetup;
assert withBootloader -> withEfi;
# passwdqc is not packaged in nixpkgs yet, if you want to fix this, please submit a PR.
assert !withPasswordQuality;
let
wantCurl = withRemote || withImportd;