6 python3Packages.buildPythonApplication rec {
7 pname = "everest-mons";
13 hash = "sha256-E1yBTwZ4T2C3sXoLGz0kAcvas0q8tO6Aaiz3SHrT4ZE=";
16 build-system = with python3Packages; [
21 dependencies = with python3Packages; [
32 pythonImportsCheck = [ "mons" ];
33 nativeCheckInputs = with python3Packages; [
41 homepage = "https://mons.coloursofnoise.ca/";
42 description = "A commandline Everest installer and mod manager for Celeste";
43 license = licenses.mit;
44 maintainers = with lib.maintainers; [ ulysseszhan ];