thunderbird: set requiredSystemFeatures to big-parallel

This commit is contained in:
Domen Kožar 2016-05-12 10:10:53 +01:00
parent a74984d660
commit 323cd39016

View file

@ -90,6 +90,7 @@ stdenv.mkDerivation rec {
'';
enableParallelBuilding = true;
requiredSystemFeatures = [ "big-parallel" ];
buildPhase = "../mozilla/mach build";