10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 hash = "sha256-jJGIsNw7wplTL5FBWGL8osb9255o9ZaWgl77R+RLDMM=";
28 propagatedBuildInputs = [
33 enableParallelBuilding = true;
34 enableParallelChecking = true;
36 doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
39 description = "Library to handle RPG Maker 2000/2003 and EasyRPG projects";
40 homepage = "https://github.com/EasyRPG/liblcf";
41 license = licenses.mit;
43 platforms = platforms.all;