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:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user