summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-09-20 23:20:32 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-09-20 23:20:32 -0400
commitabbb9ea8485aa375be1c8c68916df7ca8aab5f40 (patch)
treee862c53f637406278e93833905b30a4366635bf4 /pkgs
parentd8adf06d355e9f49c86089c7231202094f4ede05 (diff)
downloadnixpkgs-abbb9ea8485aa375be1c8c68916df7ca8aab5f40.tar
nixpkgs-abbb9ea8485aa375be1c8c68916df7ca8aab5f40.tar.gz
nixpkgs-abbb9ea8485aa375be1c8c68916df7ca8aab5f40.tar.bz2
nixpkgs-abbb9ea8485aa375be1c8c68916df7ca8aab5f40.tar.lz
nixpkgs-abbb9ea8485aa375be1c8c68916df7ca8aab5f40.tar.xz
nixpkgs-abbb9ea8485aa375be1c8c68916df7ca8aab5f40.tar.zst
nixpkgs-abbb9ea8485aa375be1c8c68916df7ca8aab5f40.zip
firefox: mark broken on darwin
this has been broken for a while, best to not make hydra keep building it.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/browsers/firefox/packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/packages.nix b/pkgs/applications/networking/browsers/firefox/packages.nix
index 3e8cf4d66b9..51ad984f88e 100644
--- a/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -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 {