mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
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 (!server) "--disable-server";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Multiplayer (or single player), turn-based strategy game";
|
||||
|
||||
|
|
Loading…
Reference in a new issue