3
0
Fork 0
forked from mirrors/nixpkgs

systemd: Disable systemd-boot on ARM

Temporary workaround for the EFI stuff not working.
This commit is contained in:
Tuomas Tynkkynen 2016-06-01 12:59:25 +03:00
parent fbde3a7452
commit 06c0209d53

View file

@ -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"