systemd: Disable systemd-boot on ARM

Temporary workaround for the EFI stuff not working.
This commit is contained in:
Tuomas Tynkkynen
2016-06-02 14:54:44 +03:00
parent fbde3a7452
commit 06c0209d53
+1 -1
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"