19 stdenv.mkDerivation (finalAttrs: {
20 pname = "onscripter-en";
23 # The website is not available now. Let's use a Museoa backup
24 src = fetchFromGitHub {
26 repo = "onscripter-en";
27 rev = finalAttrs.version;
28 hash = "sha256-Lc5ZlH2C4ER02NmQ6icfiqpzVQdVUnOmdywGjjjSYSg=";
50 configureFlags = [ "--no-werror" ];
55 sed -i 's/.dll//g' Makefile
59 homepage = "http://github.com/museoa/onscripter-en";
60 description = "Japanese visual novel scripting engine";
61 license = lib.licenses.gpl2Plus;
62 mainProgram = "onscripter-en";
63 maintainers = with lib.maintainers; [ AndersonTorres ];
64 platforms = lib.platforms.unix;
65 broken = stdenv.hostPlatform.isDarwin;