From b379febffbf19c0508d08cbac86d2940b1f79b7a Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Wed, 5 Apr 2023 19:30:53 -0700 Subject: [PATCH] coreboot-utils: fix cross-compilation --- pkgs/tools/misc/coreboot-utils/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/coreboot-utils/default.nix b/pkgs/tools/misc/coreboot-utils/default.nix index 0ef1424879cd..ef4da4674790 100644 --- a/pkgs/tools/misc/coreboot-utils/default.nix +++ b/pkgs/tools/misc/coreboot-utils/default.nix @@ -22,6 +22,7 @@ let enableParallelBuilding = true; postPatch = '' + substituteInPlace 3rdparty/vboot/Makefile --replace 'ar qc ' '$$AR qc ' cd ${path} patchShebangs . '';