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