4 buildPythonApplication,
19 buildPythonApplication {
24 src = fetchFromGitHub {
28 hash = "sha256-/C4b8wPKWHGgiheuAN7AvU+KcD5aj5i6KzgFSdTIkNI=";
31 disabled = pythonOlder "3.8";
33 propagatedBuildInputs = [
43 pyprojectAppendix = ''
44 [tool.setuptools.packages.find]
49 echo "$pyprojectAppendix" >> pyproject.toml
52 pythonImportsCheck = [ "nile" ];
55 description = "Unofficial Amazon Games client";
57 homepage = "https://github.com/imLinguin/nile";
58 license = with licenses; [ gpl3 ];
59 maintainers = with maintainers; [ aidalgol ];
62 passthru.updateScript = gitUpdater {