thunderbird: set requiredSystemFeatures to big-parallel

This commit is contained in:
Domen Kožar
2016-05-12 10:11:03 +01:00
parent a74984d660
commit 323cd39016
@@ -90,6 +90,7 @@ stdenv.mkDerivation rec {
'';
enableParallelBuilding = true;
requiredSystemFeatures = [ "big-parallel" ];
buildPhase = "../mozilla/mach build";