From bbbedf56c6c4aa36606f54389e28e996d4e28cb0 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Thu, 4 Apr 2013 22:25:02 +0200 Subject: dhewm3: adding enableParallelBuilding --- pkgs/games/dhewm3/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/games/dhewm3') 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"; -- cgit 1.4.1