Merge pull request #259510 from lopsided98/systemd-no-efi

This commit is contained in:
Ryan Lahfa
2023-10-09 14:31:45 +02:00
committed by GitHub
+1 -1
View File
@@ -88,7 +88,7 @@
, withAnalyze ? true
, withApparmor ? true
, withAudit ? true
, withBootloader ? !stdenv.hostPlatform.isMusl # compiles systemd-boot, assumes EFI is available.
, withBootloader ? withEfi && !stdenv.hostPlatform.isMusl # compiles systemd-boot, assumes EFI is available.
, withCompression ? true # adds bzip2, lz4, xz and zstd
, withCoredump ? true
, withCryptsetup ? true