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
@ -386,4 +386,6 @@ buildStdenv.mkDerivation ({
|
|||||||
|
|
||||||
# on aarch64 this is also required
|
# on aarch64 this is also required
|
||||||
dontUpdateAutotoolsGnuConfigScripts = true;
|
dontUpdateAutotoolsGnuConfigScripts = true;
|
||||||
|
|
||||||
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
})
|
})
|
||||||
|
@ -321,6 +321,8 @@ stdenv.mkDerivation rec {
|
|||||||
gnugrep curl runtimeShell;
|
gnugrep curl runtimeShell;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A full-featured e-mail client";
|
description = "A full-featured e-mail client";
|
||||||
homepage = "https://www.thunderbird.net";
|
homepage = "https://www.thunderbird.net";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user