mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
thunderbird: set requiredSystemFeatures to big-parallel
This commit is contained in:
@@ -90,6 +90,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
buildPhase = "../mozilla/mach build";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user