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:
parent
a7a5f7904c
commit
29f1edf2f3
2 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue