firefox: mark broken on darwin

this has been broken for a while, best to not make hydra keep building it.
This commit is contained in:
Matthew Bauer 2019-09-20 23:20:32 -04:00
parent d8adf06d35
commit abbb9ea848

View file

@ -32,6 +32,7 @@ rec {
homepage = http://www.mozilla.com/en-US/firefox/;
maintainers = with lib.maintainers; [ eelco andir ];
platforms = lib.platforms.unix;
badPlatforms = lib.platforms.darwin;
license = lib.licenses.mpl20;
};
updateScript = callPackage ./update.nix {