mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
thunderbird: set requiredSystemFeatures to big-parallel
This commit is contained in:
parent
a74984d660
commit
323cd39016
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
buildPhase = "../mozilla/mach build";
|
||||
|
||||
|
|
Loading…
Reference in a new issue