firefoxPackages: fix builds based on ESR 60

Attributes: firefox-esr-60, tor-browser(-8-5), icecat
Thanks to Symphorien: #67426
This commit is contained in:
Vladimír Čunát 2019-08-25 14:53:27 +02:00
parent e19b17cc14
commit bc238b8df5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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