3 , gobject-introspection
11 python3Packages.buildPythonApplication rec {
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-RFLxDV/L6Qbz14KqIEcMX/EnirNUrHL0MW8v5Z8ByK0=";
23 build-system = with python3Packages; [ setuptools ];
28 # webkitgtk is used for rendering interactive statistics graph which
29 # can be seen by opening a ROM, entering Pokemon section, selecting
30 # any Pokemon, and clicking Stats and Moves tab.
39 dependencies = with python3Packages; [
54 skytemple-ssb-debugger
57 ] ++ skytemple-files.optional-dependencies.spritecollab;
59 doCheck = false; # there are no tests
62 install -Dm444 org.skytemple.SkyTemple.desktop -t $out/share/applications
63 install -Dm444 installer/skytemple.ico $out/share/icons/hicolor/256x256/apps/org.skytemple.SkyTemple.ico
67 homepage = "https://github.com/SkyTemple/skytemple";
68 description = "ROM hacking tool for Pokémon Mystery Dungeon Explorers of Sky";
69 mainProgram = "skytemple";
70 license = licenses.gpl3Plus;
71 maintainers = with maintainers; [ marius851000 ];