solarus: enable parallel building
This commit is contained in:
parent
b00c65103d
commit
d070942654
@ -5,18 +5,20 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "solarus-${version}";
|
name = "solarus-${version}";
|
||||||
version = "1.4.5";
|
version = "1.4.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "christopho";
|
owner = "christopho";
|
||||||
repo = "solarus";
|
repo = "solarus";
|
||||||
rev = "d9fdb9fdb4e1b9fc384730a9279d134ae9f2c70e";
|
rev = "d9fdb9fdb4e1b9fc384730a9279d134ae9f2c70e";
|
||||||
sha256 = "0xjx789d6crm322wmkqyq9r288vddsha59yavhy78c4r01gs1p5v";
|
sha256 = "0xjx789d6crm322wmkqyq9r288vddsha59yavhy78c4r01gs1p5v";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake luajit SDL2
|
buildInputs = [ cmake luajit SDL2
|
||||||
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 = ''
|
||||||
@ -28,5 +30,5 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ maintainers.Nate-Devv ];
|
maintainers = [ maintainers.Nate-Devv ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user