11 rustPlatform.buildRustPackage rec {
16 inherit pname version;
17 hash = "sha256-zRoO84ij7zF1I8ijXS/oApMKfS3e04+5/CgahAemqCA=";
20 cargoHash = "sha256-eay3tl4edeM05D+0iIu8Zw4L1N2Bk1csLo0AwNdyCdA=";
30 ++ lib.optionals stdenv.hostPlatform.isDarwin [
34 # Stop downloading from the Internet to
35 # generate the Chrome Devtools Protocol
38 # Stop formatting with rustfmt
39 env.DO_NOT_FORMAT = true;
45 description = "Backend for mdBook written in Rust for generating PDF";
46 mainProgram = "mdbook-pdf";
47 homepage = "https://github.com/HollowMan6/mdbook-pdf";
48 changelog = "https://github.com/HollowMan6/mdbook-pdf/releases/tag/v${version}";
49 license = licenses.gpl3Plus;
50 maintainers = with maintainers; [