freeciv: enable parallel building
This commit is contained in:
parent
43d32904e2
commit
aaf6b2b601
@ -37,6 +37,8 @@ stdenv.mkDerivation {
|
|||||||
++ optional (!gtkClient) "--enable-fcmp=cli"
|
++ optional (!gtkClient) "--enable-fcmp=cli"
|
||||||
++ optional (!server) "--disable-server";
|
++ optional (!server) "--disable-server";
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Multiplayer (or single player), turn-based strategy game";
|
description = "Multiplayer (or single player), turn-based strategy game";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user