raspberrypifw: 1.20200601 -> 1.20200902

Also disable the fixup phase since it only throws errors and remove the
platforms since these are only static files.
This commit is contained in:
Janne Heß
2020-10-06 20:47:01 +02:00
parent 65d32c97af
commit 9a966e84b6
2 changed files with 5 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ stdenvNoCC.mkDerivation {
overlays = "${raspberrypifw}/share/raspberrypi/boot/overlays";
};
meta = with stdenvNoCC.lib; {
inherit (raspberrypifw.meta) platforms homepage license;
inherit (raspberrypifw.meta) homepage license;
description = "DTBs for the Raspberry Pi";
};
}