1 { lib, stdenv, fetchFromGitHub, cmake, doxygen ? null, pkg-config
2 , freetype ? null, fmt, glib, harfbuzz ? null
3 , liblcf, libpng, libsndfile ? null, libvorbis ? null, libxmp ? null
4 , libXcursor, libXext, libXi, libXinerama, libXrandr, libXScrnSaver, libXxf86vm
5 , mpg123 ? null, opusfile ? null, pcre, pixman, SDL2, speexdsp ? null, wildmidi ? null, zlib
9 stdenv.mkDerivation rec {
10 pname = "easyrpg-player";
13 src = fetchFromGitHub {
17 sha256 = "049bj3jg3ldi3n11nx8xvh6pll68g7dcxz51q6z1gyyfxxws1qpj";
20 nativeBuildInputs = [ cmake doxygen pkg-config ];
51 description = "RPG Maker 2000/2003 and EasyRPG games interpreter";
52 homepage = "https://easyrpg.org/";
53 license = licenses.gpl3;
54 maintainers = with maintainers; [ yana ];
55 platforms = platforms.linux;