Skip to content

Commit

Permalink
firefoxPackages: fix builds based on ESR 60
Browse files Browse the repository at this point in the history
Attributes: firefox-esr-60, tor-browser(-8-5), icecat
Thanks to Symphorien: #67426
  • Loading branch information
vcunat committed Aug 25, 2019
1 parent e19b17c commit bc238b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/networking/browsers/firefox/common.nix
Expand Up @@ -314,6 +314,9 @@ stdenv.mkDerivation rec {
]
++ extraMakeFlags;

RUSTFLAGS = if (lib.versionAtLeast ffversion "67"/*somewhere betwween ESRs*/)
then null else "--cap-lints warn";

enableParallelBuilding = true;
doCheck = false; # "--disable-tests" above

Expand Down

0 comments on commit bc238b8

Please sign in to comment.