mumble: enable parallel building

+2
+2
pkgs/applications/networking/mumble/default.nix
··· 54 54 cp man/mum* $out/share/man/man1 55 55 '' + (overrides.installPhase or ""); 56 56 57 + enableParallelBuilding = true; 58 + 57 59 meta = { 58 60 description = "Low-latency, high quality voice chat software"; 59 61 homepage = "http://mumble.sourceforge.net/";