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"
|
"AR=ar"
|
||||||
"RANLIB=ranlib"
|
"RANLIB=ranlib"
|
||||||
"OBJCOPY=objcopy"
|
"OBJCOPY=objcopy"
|
||||||
];
|
] ++ stdenv.lib.optional stdenv.isArm "ARCH=arm";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "GNU EFI development toolchain";
|
description = "GNU EFI development toolchain";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user