1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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";