1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

U-Boot: Disable parallel build

https://hydra.nixos.org/build/71880710
(cherry picked from commit 50dc85ed62)
This commit is contained in:
Tuomas Tynkkynen 2018-03-24 16:07:50 +02:00
parent c4597d2568
commit 91b09422cf

View file

@ -78,7 +78,9 @@ let
runHook postInstall
'';
enableParallelBuilding = true;
# make[2]: *** No rule to make target 'lib/efi_loader/helloworld.efi', needed by '__build'. Stop.
enableParallelBuilding = false;
dontStrip = true;
meta = with stdenv.lib; {