dhewm3: adding enableParallelBuilding
This commit is contained in:
parent
a288311c0b
commit
bbbedf56c6
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ unzip cmake SDL mesa zlib libjpeg libogg libvorbis openalSoft
|
buildInputs = [ unzip cmake SDL mesa zlib libjpeg libogg libvorbis openalSoft
|
||||||
curl ];
|
curl ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/dhewm/dhewm3;
|
homepage = https://github.com/dhewm/dhewm3;
|
||||||
description = "Doom 3 port to SDL";
|
description = "Doom 3 port to SDL";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user