6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 hash = "sha256-0fcCON/M9JklE7X9aRfzTkEFG4ckJqLoQlYCSrWHHGQ=";
19 python3.pkgs.poetry-core
22 propagatedBuildInputs = with python3.pkgs; [
34 pythonImportsCheck = [ "frogmouth" ];
37 description = "Markdown browser for your terminal";
38 mainProgram = "frogmouth";
39 homepage = "https://github.com/Textualize/frogmouth";
40 changelog = "https://github.com/Textualize/frogmouth/blob/${src.rev}/ChangeLog.md";
41 license = licenses.mit;
42 maintainers = with maintainers; [ figsoda ];