1 { lib, buildPythonPackage, fetchFromGitHub }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-Z1fGtslXP8zcZmVeWjRrbcM2ZJsfbrWjpLWZ49uSCRY=";
14 doCheck = false; # there are no tests
15 pythonImportsCheck = [ "dungeon_eos" ];
18 homepage = "https://github.com/SkyTemple/dungeon-eos";
19 description = "A package that simulates PMD EoS dungeon generation";
20 license = licenses.gpl3Plus;
21 maintainers = with maintainers; [ marius851000 xfix ];