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