raspberrypifw: mark as broken on Darwin

This commit is contained in:
Bernardo Meurer 2022-04-21 14:57:43 -07:00
parent 6088afd590
commit 4cb5e8a914

View file

@ -26,5 +26,6 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/raspberrypi/firmware";
license = licenses.unfreeRedistributableFirmware; # See https://github.com/raspberrypi/firmware/blob/master/boot/LICENCE.broadcom
maintainers = with maintainers; [ dezgeg ];
broken = stdenvNoCC.isDarwin; # Hash mismatch on source, mystery.
};
}