mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 16:28:38 +00:00
coreboot-utils: fix cross-compilation
This commit is contained in:
parent
c2f2239d92
commit
b379febffb
@ -22,6 +22,7 @@ let
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace 3rdparty/vboot/Makefile --replace 'ar qc ' '$$AR qc '
|
||||
cd ${path}
|
||||
patchShebangs .
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user