thunderbird: set requiredSystemFeatures to big-parallel

Changed files
+1
pkgs
applications
networking
mailreaders
thunderbird
+1
pkgs/applications/networking/mailreaders/thunderbird/default.nix
···
'';
enableParallelBuilding = true;
+
requiredSystemFeatures = [ "big-parallel" ];
buildPhase = "../mozilla/mach build";