systemd: disable efi if we don't build with withEfi is set to false

wip/yesman
Florian Klink 4 years ago
parent 54c35f0940
commit 0b762c02ee
  1. 1
      pkgs/os-specific/linux/systemd/default.nix

@ -270,6 +270,7 @@ stdenv.mkDerivation {
# more frequent development builds
"-Dman=true"
"-Defi=${lib.boolToString withEfi}"
"-Dgnu-efi=${lib.boolToString withEfi}"
] ++ lib.optionals withEfi [
"-Defi-libdir=${toString gnu-efi}/lib"

Loading…
Cancel
Save