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

Firefox and Thunder time out nearly everytime. Hopefully giving them
more resources will prevent this from happening.
wip/yesman
Frederik Rietdijk 4 years ago committed by Frederik Rietdijk
parent a7a5f7904c
commit 29f1edf2f3
  1. 2
      pkgs/applications/networking/browsers/firefox/common.nix
  2. 2
      pkgs/applications/networking/mailreaders/thunderbird/default.nix

@ -386,4 +386,6 @@ buildStdenv.mkDerivation ({
# on aarch64 this is also required
dontUpdateAutotoolsGnuConfigScripts = true;
requiredSystemFeatures = [ "big-parallel" ];
})

@ -321,6 +321,8 @@ stdenv.mkDerivation rec {
gnugrep curl runtimeShell;
};
requiredSystemFeatures = [ "big-parallel" ];
meta = with stdenv.lib; {
description = "A full-featured e-mail client";
homepage = "https://www.thunderbird.net";

Loading…
Cancel
Save