about summary refs log tree commit diff
path: root/pkgs/games/dhewm3
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/dhewm3')
-rw-r--r--pkgs/games/dhewm3/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/dhewm3/default.nix b/pkgs/games/dhewm3/default.nix
index 38b9f35e488c..5509c3db1e4f 100644
--- a/pkgs/games/dhewm3/default.nix
+++ b/pkgs/games/dhewm3/default.nix
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
   buildInputs = [ unzip cmake SDL mesa zlib libjpeg libogg libvorbis openalSoft
     curl ];
 
+  enableParallelBuilding = true;
+
   meta = {
     homepage = https://github.com/dhewm/dhewm3;
     description = "Doom 3 port to SDL";