4 , gobject-introspection
17 buildPythonPackage rec {
18 pname = "skytemple-ssb-debugger";
21 src = fetchFromGitHub {
25 hash = "sha256-/LBz0PCQI3QOAmOZk6Jynqi/+NN0w8gbY/S3YckRZ68=";
28 buildInputs = [ gtk3 gtksourceview4 ];
29 nativeBuildInputs = [ gobject-introspection wrapGAppsHook ];
30 propagatedBuildInputs = [
40 doCheck = false; # requires Pokémon Mystery Dungeon ROM
41 pythonImportsCheck = [ "skytemple_ssb_debugger" ];
44 homepage = "https://github.com/SkyTemple/skytemple-ssb-debugger";
45 description = "Script Engine Debugger for Pokémon Mystery Dungeon Explorers of Sky";
46 license = licenses.gpl3Plus;
47 maintainers = with maintainers; [ xfix ];