5 , antlr4-python3-runtime
10 buildPythonPackage rec {
11 pname = "explorerscript";
14 src = fetchFromGitHub {
18 sha256 = "1vzyliiyrxx8l9sfbqcyr4xn5swd7znkxy69kn0vb5rban8hm9c1";
22 # https://github.com/SkyTemple/ExplorerScript/pull/17
24 url = "https://github.com/SkyTemple/ExplorerScript/commit/47d8b3d246881d675a82b4049b87ed7d9a0e1b15.patch";
25 sha256 = "0sadw9l2nypl2s8lw526lvbdj4rzqdvrjncx4zxxgyp3x47csb48";
29 propagatedBuildInputs = [ antlr4-python3-runtime igraph ];
30 checkInputs = [ pygments ];
33 homepage = "https://github.com/SkyTemple/explorerscript";
34 description = "A programming language + compiler/decompiler for creating scripts for Pokémon Mystery Dungeon Explorers of Sky";
35 license = licenses.mit;
36 maintainers = with maintainers; [ xfix ];