10 rustPlatform.buildRustPackage rec {
15 inherit pname version;
16 hash = "sha256-pUoMMgZQ+oDs9Yhc1rQuy9cUWiR800DlIe8wxQjnIis=";
19 cargoHash = "sha256-dXq8O0jVpr0xxvLTrsLJbiyyOMXXtEz7OMINqDEfG4U=";
27 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
28 darwin.apple_sdk.frameworks.CoreServices
32 description = "Simple and opinionated tool to build your own magazine";
33 homepage = "https://github.com/zineland/zine";
34 changelog = "https://github.com/zineland/zine/releases/tag/v${version}";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ dit7ya figsoda ];