about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
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/mailreaders
parenta7a5f7904c4437d24574d4fb66f4b20e98c9a3a7 (diff)
downloadnixlib-29f1edf2f388947305471e840b42f1683b31d559.tar
nixlib-29f1edf2f388947305471e840b42f1683b31d559.tar.gz
nixlib-29f1edf2f388947305471e840b42f1683b31d559.tar.bz2
nixlib-29f1edf2f388947305471e840b42f1683b31d559.tar.lz
nixlib-29f1edf2f388947305471e840b42f1683b31d559.tar.xz
nixlib-29f1edf2f388947305471e840b42f1683b31d559.tar.zst
nixlib-29f1edf2f388947305471e840b42f1683b31d559.zip
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/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index 8295e8dbc871..fa229b8d7df4 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -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";