thunderbird: set requiredSystemFeatures to big-parallel
This commit is contained in:
parent
a74984d660
commit
323cd39016
|
@ -90,6 +90,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
buildPhase = "../mozilla/mach build";
|
||||
|
||||
|
|
Loading…
Reference in New Issue