aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/networking/browsers/firefox
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-29 10:28:24 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-11-29 11:45:08 +0100
commit29f1edf2f388947305471e840b42f1683b31d559 (patch)
tree4fe9511d87655ffebc03efed9fd3143c2f6335bc /pkgs/applications/networking/browsers/firefox
parenta7a5f7904c4437d24574d4fb66f4b20e98c9a3a7 (diff)
thunderbird, firefox, firefox-esr: set big-parallel
Firefox and Thunder time out nearly everytime. Hopefully giving them more resources will prevent this from happening.
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox')
-rw-r--r--pkgs/applications/networking/browsers/firefox/common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/common.nix b/pkgs/applications/networking/browsers/firefox/common.nix
index 92434806a12d..988f47f3bfbb 100644
--- a/pkgs/applications/networking/browsers/firefox/common.nix
+++ b/pkgs/applications/networking/browsers/firefox/common.nix
@@ -386,4 +386,6 @@ buildStdenv.mkDerivation ({
# on aarch64 this is also required
dontUpdateAutotoolsGnuConfigScripts = true;
+
+ requiredSystemFeatures = [ "big-parallel" ];
})