13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
21 hash = "sha256-NS8i5xvCwq0pSdfxnaxnpuwmDAkfH6Tkc4N2F6aGvWY=";
24 nativeBuildInputs = [ ninja meson pkg-config xxd ];
26 buildInputs = [ cmark-gfm fastJson libzip ];
29 description = "Minimal Markdown Documentation";
30 mainProgram = "mmdoc";
31 homepage = "https://github.com/ryantm/mmdoc";
32 license = licenses.cc0;
33 maintainers = with maintainers; [ ryantm ];
34 platforms = platforms.unix;