11 src = fetchFromGitHub {
15 hash = "sha256-RzPKahYxBdWZi1SwIv7Ju1cAQ4s0ANkCivFJItPYGCY=";
18 # https://github.com/kapouer/marked-man/issues/37
20 cp ${./package-lock.json} ./package-lock.json
23 npmDepsHash = "sha256-8m0Xgq3O69hbSQArSrU/gbJvBEGP6rHK4to16QkXG6M=";
28 description = "Markdown to roff wrapper around marked";
29 homepage = "https://github.com/kapouer/marked-man";
30 changelog = "https://github.com/kapouer/marked-man/blob/${version}/CHANGES.md";
31 license = lib.licenses.mit;
32 maintainers = with lib.maintainers; [ atemu ];
33 mainProgram = "marked-man";
34 platforms = lib.platforms.all;