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