raspberrypifw: mark as broken on Darwin

main
Bernardo Meurer 2 years ago
parent 6088afd590
commit 4cb5e8a914
  1. 1
      pkgs/os-specific/linux/firmware/raspberrypi/default.nix

@ -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.
};
}

Loading…
Cancel
Save