thunderbird, firefox, firefox-esr: set big-parallel

Firefox and Thunder time out nearly everytime. Hopefully giving them
more resources will prevent this from happening.

authored by

Frederik Rietdijk and committed by
Frederik Rietdijk
29f1edf2 a7a5f790

+4
+2
pkgs/applications/networking/browsers/firefox/common.nix
··· 386 386 387 387 # on aarch64 this is also required 388 388 dontUpdateAutotoolsGnuConfigScripts = true; 389 + 390 + requiredSystemFeatures = [ "big-parallel" ]; 389 391 })
+2
pkgs/applications/networking/mailreaders/thunderbird/default.nix
··· 321 321 gnugrep curl runtimeShell; 322 322 }; 323 323 324 + requiredSystemFeatures = [ "big-parallel" ]; 325 + 324 326 meta = with stdenv.lib; { 325 327 description = "A full-featured e-mail client"; 326 328 homepage = "https://www.thunderbird.net";