7 CoreServices ? darwin.apple_sdk.frameworks.CoreServices,
12 rustPlatform.buildRustPackage {
13 pname = "mdbook-alerts";
16 src = fetchFromGitHub {
17 owner = "lambdalisue";
18 repo = "rs-mdbook-alerts";
20 hash = "sha256-H3xpaluEUYWuP+JR4Zx8zs/EqeEZPiBa2wcaAtPdvGY=";
23 cargoHash = "sha256-epnhKGvKN/iHcI77wEJlq7A5S2CkVRoPFTD+fGp1BH8=";
25 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ CoreServices ];
28 description = "Preprocessor for mdbook to support the inclusion of Markdown alerts";
29 mainProgram = "mdbook-alerts";
30 homepage = "https://github.com/lambdalisue/rs-mdbook-alerts";
31 license = lib.licenses.mit;
32 maintainers = with lib.maintainers; [