9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-V//tVcIzhCh03VjwMC+R2ynaOFm+dp6qxa0oqBfvGUs=";
21 # Remove when new version of mdzk is released.
22 ./update-mdbook-for-rust-1.64.patch
25 cargoHash = "sha256-5zGUBvmf68tCk5jGrNn+ukgYbiKzrlmZvWrYgoJf2zk=";
27 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ CoreServices ];
30 description = "Plain text Zettelkasten based on mdBook";
31 homepage = "https://github.com/mdzk-rs/mdzk/";
32 changelog = "https://github.com/mdzk-rs/mdzk/blob/main/CHANGELOG.md";
33 license = licenses.mpl20;
34 maintainers = with maintainers; [