solarus: enable parallel building
This commit is contained in:
parent
b00c65103d
commit
d070942654
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user