diff --git a/pkgs/misc/uboot/default.nix b/pkgs/misc/uboot/default.nix index 7d671ecf84dd..5066211e1255 100644 --- a/pkgs/misc/uboot/default.nix +++ b/pkgs/misc/uboot/default.nix @@ -784,7 +784,10 @@ in ubootSheevaplug = buildUBoot { defconfig = "sheevaplug_defconfig"; - extraMeta.platforms = [ "armv5tel-linux" ]; + extraMeta = { + platforms = [ "armv5tel-linux" ]; + broken = true; # too big, exceeds partition size + }; filesToInstall = [ "u-boot.kwb" ]; };