Skip to content

Commit

Permalink
Merge pull request #224931 from amjoseph-nixpkgs/pr/coreboot-utils/cross
Browse files Browse the repository at this point in the history
coreboot-utils: fix cross-compilation
  • Loading branch information
Adam Joseph authored Jun 12, 2023
2 parents 95f29b4 + b379feb commit 6a34219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/misc/coreboot-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ let
enableParallelBuilding = true;

postPatch = ''
substituteInPlace 3rdparty/vboot/Makefile --replace 'ar qc ' '$$AR qc '
cd ${path}
patchShebangs .
'';
Expand Down

0 comments on commit 6a34219

Please sign in to comment.