dhewm3: adding enableParallelBuilding

This commit is contained in:
Lluís Batlle i Rossell 2013-04-04 22:25:02 +02:00
parent a288311c0b
commit bbbedf56c6

View file

@ -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";