Merge pull request #112270 from lovesegfault/firefox-update

firefox-bin: 85.0 -> 85.0.1
This commit is contained in:
taku0 2021-02-07 18:13:44 +09:00 committed by GitHub
commit f2c8ad694b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 387 additions and 387 deletions

View file

@ -201,6 +201,6 @@ stdenv.mkDerivation {
url = "http://www.mozilla.org/en-US/foundation/trademarks/policy/";
};
platforms = builtins.attrNames mozillaPlatforms;
maintainers = with maintainers; [ taku0 ];
maintainers = with maintainers; [ taku0 lovesegfault ];
};
}

View file

@ -16,7 +16,7 @@ rec {
meta = {
description = "A web browser built from Firefox source tree";
homepage = "http://www.mozilla.com/en-US/firefox/";
maintainers = with lib.maintainers; [ eelco ];
maintainers = with lib.maintainers; [ eelco lovesegfault ];
platforms = lib.platforms.unix;
badPlatforms = lib.platforms.darwin;
broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory".