gnu-efi: Fix build on ARM
For some reason it detects e.g. armv7l and then can't find 'inc/arm/efibind.h'.
This commit is contained in:
parent
6b6f067397
commit
2577f4af0e
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
"AR=ar"
|
||||
"RANLIB=ranlib"
|
||||
"OBJCOPY=objcopy"
|
||||
];
|
||||
] ++ stdenv.lib.optional stdenv.isArm "ARCH=arm";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "GNU EFI development toolchain";
|
||||
|
Loading…
Reference in New Issue
Block a user