solarus: enable parallel building

This commit is contained in:
Orivej Desh 2017-11-27 16:13:56 +00:00
parent b00c65103d
commit d070942654

View File

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
SDL2_image SDL2_ttf physfs
openal libmodplug libvorbis ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A Zelda-like ARPG game engine";
longDescription = ''