mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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 New Issue
Block a user