18 buildPythonPackage rec {
20 version = "0.0.5.post0";
21 format = "setuptools";
23 disabled = pythonOlder "3.7";
25 src = fetchFromGitHub {
29 hash = "sha256-q6E7J7e0yXt+jo1KNqqAw2cG/Us+Tw0dLfTqAKWfAlc=";
30 fetchSubmodules = true;
48 propagatedBuildInputs = [
57 doCheck = false; # there are no tests
59 pythonImportsCheck = [
64 description = "Python library to interface with DeSmuME, the Nintendo DS emulator";
65 homepage = "https://github.com/SkyTemple/py-desmume";
66 license = licenses.gpl3Plus;
67 maintainers = with maintainers; [ marius851000 xfix ];