mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
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:
parent
2696e44c42
commit
b2aaa2bfd8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user