U-Boot: Fix ubootBananaPi & ubootPcduino3Nano by adding python2
Also enable parallel building.
This commit is contained in:
parent
049a031e34
commit
20578372e1
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, bc, dtc }:
|
{ stdenv, fetchurl, bc, dtc, python2 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
buildUBoot = { targetPlatforms
|
buildUBoot = { targetPlatforms
|
||||||
@ -17,7 +17,7 @@ let
|
|||||||
sha256 = "1wpc51jm3zyibgcr78jng2yksqvrya76bxgsr4pcyjrsz5sm2hkc";
|
sha256 = "1wpc51jm3zyibgcr78jng2yksqvrya76bxgsr4pcyjrsz5sm2hkc";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bc dtc ];
|
nativeBuildInputs = [ bc dtc python2 ];
|
||||||
|
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
|
|
||||||
@ -34,6 +34,7 @@ let
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
crossAttrs = {
|
crossAttrs = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user