mumble: enable parallel building
This commit is contained in:
parent
deda44195a
commit
6a862c5a61
@ -54,6 +54,8 @@ let
|
|||||||
cp man/mum* $out/share/man/man1
|
cp man/mum* $out/share/man/man1
|
||||||
'' + (overrides.installPhase or "");
|
'' + (overrides.installPhase or "");
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Low-latency, high quality voice chat software";
|
description = "Low-latency, high quality voice chat software";
|
||||||
homepage = "http://mumble.sourceforge.net/";
|
homepage = "http://mumble.sourceforge.net/";
|
||||||
|
Loading…
Reference in New Issue
Block a user