aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/uboot
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-03-24 16:07:50 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-03-24 16:07:50 +0200
commit50dc85ed6283bb17684597cbf95f9405d5637fea (patch)
treeef9d2caf74b9664e1689bc1b0e22e6ee259d123b /pkgs/misc/uboot
parent7110d4a63b33513d9b700c874c9eee1ae1bb52a0 (diff)
U-Boot: Disable parallel build
https://hydra.nixos.org/build/71880710
Diffstat (limited to 'pkgs/misc/uboot')
-rw-r--r--pkgs/misc/uboot/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix
index 807bc48a6428..4cf1748bad44 100644
--- a/pkgs/misc/uboot/default.nix
+++ b/pkgs/misc/uboot/default.nix
@@ -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; {