mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
freeorion: enable parallel building
This commit is contained in:
parent
3ce9294eeb
commit
756a83191c
|
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||
# cherry pick for acceptable performance https://github.com/freeorion/freeorion/commit/92455f97c28055e296718230d2e3744eccd738ec
|
||||
patches = [ ./92455f9.patch ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A free, open source, turn-based space empire and galactic conquest (4X) computer game";
|
||||
homepage = "http://www.freeorion.org";
|
||||
|
|
Loading…
Reference in a new issue