12 pname = "mdbook-epub";
15 rustPlatform.buildRustPackage {
16 inherit pname version;
18 src = fetchFromGitHub {
19 owner = "michael-f-bryan";
22 hash = "sha256-ddWClkeGabvqteVUtuwy4pWZGnarrKrIbuPEe62m6es=";
25 cargoHash = "sha256-cJS9HgbnLYXkZrAyGNEeu6q+znH+7cj8CUGIbTCbB9Y=";
35 ++ lib.optionals stdenv.hostPlatform.isDarwin [
40 description = "mdbook backend for generating an e-book in the EPUB format";
41 mainProgram = "mdbook-epub";
42 homepage = "https://michael-f-bryan.github.io/mdbook-epub";
43 license = licenses.mpl20;
44 maintainers = with maintainers; [