mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 15:08:18 +00:00
Merge pull request #224931 from amjoseph-nixpkgs/pr/coreboot-utils/cross
coreboot-utils: fix cross-compilation
This commit is contained in:
commit
6a34219fcf
@ -23,6 +23,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