systemd: Add withBootloader to ukify assertion
Systemd fails to build with `withUkify` set to true unless `withBootloader` is also set to true. Amend the existing assertion to also ensure `withBootloader` is true.
This commit is contained in:
parent
bfbfb34459
commit
5d14747fdc
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ assert withImportd -> withCompression;
|
|||
assert withCoredump -> withCompression;
|
||||
assert withHomed -> withCryptsetup;
|
||||
assert withHomed -> withPam;
|
||||
assert withUkify -> withEfi;
|
||||
assert withUkify -> (withEfi && withBootloader);
|
||||
assert withRepart -> withCryptsetup;
|
||||
assert withBootloader -> withEfi;
|
||||
# passwdqc is not packaged in nixpkgs yet, if you want to fix this, please submit a PR.
|
||||
|
|
Loading…
Reference in a new issue