From c1cb95b42154f73a9931aa83980478ec34016001 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 14 Feb 2022 13:48:33 +0100 Subject: [PATCH] coreboot-toolchain: Fix update script coreboot-toolchain is a package set now and contains the toolchains for various platforms. Thus, fix the update script by renaming the package name to `coreboot-toolchain.i386`. Signed-off-by: Felix Singer --- pkgs/development/tools/misc/coreboot-toolchain/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/coreboot-toolchain/update.sh b/pkgs/development/tools/misc/coreboot-toolchain/update.sh index d4c348a5d0c7..3acf22e2cd7d 100755 --- a/pkgs/development/tools/misc/coreboot-toolchain/update.sh +++ b/pkgs/development/tools/misc/coreboot-toolchain/update.sh @@ -8,7 +8,7 @@ fi pkg_dir="$(dirname "$0")" -src="$(nix-build . --no-out-link -A coreboot-toolchain.src)" +src="$(nix-build . --no-out-link -A coreboot-toolchain.i386.src)" urls=$($src/util/crossgcc/buildgcc -u) tmp=$(mktemp)