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
|
SDL2_image SDL2_ttf physfs
|
||||||
openal libmodplug libvorbis ];
|
openal libmodplug libvorbis ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Zelda-like ARPG game engine";
|
description = "A Zelda-like ARPG game engine";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user