about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-05-12 10:10:53 +0100
committerDomen Kožar <domen@dev.si>2016-05-12 10:11:03 +0100
commit323cd39016cd49a58bd5c8c6ffd80bb8a261a005 (patch)
treee9f2e0c3f332a294c16a7c55df7b03dc95e805bd
parenta74984d6604c4b22e2cbaf05ec1b2e2421c33a1d (diff)
thunderbird: set requiredSystemFeatures to big-parallel
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index cdb52ec8d23f0..d67bf08548109 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -90,6 +90,7 @@ stdenv.mkDerivation rec {
   '';
 
   enableParallelBuilding = true;
+  requiredSystemFeatures = [ "big-parallel" ];
 
   buildPhase =  "../mozilla/mach build";