solarus: 1.4.5 -> 1.5.3
This commit is contained in:
parent
4477cf04b6
commit
83a0d5d013
@ -1,21 +1,23 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, luajit,
|
{ stdenv, fetchFromGitLab, cmake, luajit,
|
||||||
SDL2, SDL2_image, SDL2_ttf, physfs,
|
SDL2, SDL2_image, SDL2_ttf, physfs,
|
||||||
openal, libmodplug, libvorbis}:
|
openal, libmodplug, libvorbis,
|
||||||
|
qtbase, qttools }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "solarus-${version}";
|
name = "solarus-${version}";
|
||||||
version = "1.4.5";
|
version = "1.5.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitLab {
|
||||||
owner = "christopho";
|
owner = "solarus-games";
|
||||||
repo = "solarus";
|
repo = "solarus";
|
||||||
rev = "d9fdb9fdb4e1b9fc384730a9279d134ae9f2c70e";
|
rev = "v1.5.3";
|
||||||
sha256 = "0xjx789d6crm322wmkqyq9r288vddsha59yavhy78c4r01gs1p5v";
|
sha256 = "035hkdw3a1ryasj5wfa1xla1xmpnc3hjp4s20sl9ywip41675vaz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake luajit SDL2
|
buildInputs = [ cmake luajit SDL2
|
||||||
SDL2_image SDL2_ttf physfs
|
SDL2_image SDL2_ttf physfs
|
||||||
openal libmodplug libvorbis ];
|
openal libmodplug libvorbis
|
||||||
|
qtbase qttools ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
@ -20157,7 +20157,7 @@ with pkgs;
|
|||||||
lua = lua5_1;
|
lua = lua5_1;
|
||||||
};
|
};
|
||||||
|
|
||||||
solarus = callPackage ../games/solarus { };
|
solarus = libsForQt5.callPackage ../games/solarus { };
|
||||||
|
|
||||||
solarus-quest-editor = libsForQt5.callPackage ../development/tools/solarus-quest-editor { };
|
solarus-quest-editor = libsForQt5.callPackage ../development/tools/solarus-quest-editor { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user