forked from mirrors/nixpkgs
systemd: Disable systemd-boot on ARM
Temporary workaround for the EFI stuff not working.
This commit is contained in:
parent
fbde3a7452
commit
06c0209d53
|
@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
|
|||
"--disable-ldconfig"
|
||||
"--disable-smack"
|
||||
|
||||
"--enable-gnuefi"
|
||||
(if stdenv.isArm then "--disable-gnuefi" else "--enable-gnuefi")
|
||||
"--with-efi-libdir=${gnu-efi}/lib"
|
||||
"--with-efi-includedir=${gnu-efi}/include"
|
||||
"--with-efi-ldsdir=${gnu-efi}/lib"
|
||||
|
|
Loading…
Reference in a new issue