coreboot-toolchain: Fix building

The sub-packages of coreboot-toolchain don't build currently. Fix that
by using recurseIntoAttrs.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2021-11-23 15:28:14 +01:00
parent 9980b200e7
commit 39a3cf5367
+1 -1
View File
@@ -12091,7 +12091,7 @@ with pkgs;
pscid = nodePackages.pscid;
coreboot-toolchain = callPackages ../development/tools/misc/coreboot-toolchain { };
coreboot-toolchain = recurseIntoAttrs (callPackage ../development/tools/misc/coreboot-toolchain { });
remarkable-toolchain = callPackage ../development/tools/misc/remarkable/remarkable-toolchain { };