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