From 4688d3efc8a9368328ee6015b3430852e2f29a33 Mon Sep 17 00:00:00 2001 From: Julian Stecklina Date: Wed, 17 Aug 2022 09:42:14 +0200 Subject: [PATCH] coreboot: fix buildgcc patching This seems to have been a copy'n'paste mistake. `$out` doesn't exist at this point. --- pkgs/development/tools/misc/coreboot-toolchain/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/coreboot-toolchain/default.nix b/pkgs/development/tools/misc/coreboot-toolchain/default.nix index 7e3604c3511a..3452ac6ef963 100644 --- a/pkgs/development/tools/misc/coreboot-toolchain/default.nix +++ b/pkgs/development/tools/misc/coreboot-toolchain/default.nix @@ -40,7 +40,7 @@ let dontInstall = true; postPatch = '' - patchShebangs $out/util/crossgcc/buildgcc + patchShebangs util/crossgcc/buildgcc mkdir -p util/crossgcc/tarballs