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

Firefox and Thunder time out nearly everytime. Hopefully giving them
more resources will prevent this from happening.
This commit is contained in:
Frederik Rietdijk 2020-11-29 10:28:24 +01:00 committed by Frederik Rietdijk
parent a7a5f7904c
commit 29f1edf2f3
2 changed files with 4 additions and 0 deletions

View File

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

View File

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