Skip to content

Commit

Permalink
U-Boot: Disable parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Mar 25, 2018
1 parent c4597d2 commit 91b0942
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/misc/uboot/default.nix
Expand Up @@ -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; {
Expand Down

0 comments on commit 91b0942

Please sign in to comment.