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:
parent
e19b17cc14
commit
bc238b8df5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user