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:
parent
d8adf06d35
commit
abbb9ea848
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue