freeciv: enable parallel building
This commit is contained in:
parent
43d32904e2
commit
aaf6b2b601
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ stdenv.mkDerivation {
|
|||
++ optional (!gtkClient) "--enable-fcmp=cli"
|
||||
++ optional (!server) "--disable-server";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Multiplayer (or single player), turn-based strategy game";
|
||||
|
||||
|
|
Loading…
Reference in a new issue