10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-whWWh/jQ4RkGA3T1VCmt6zhpQQCzh2jASYg69IlfEeo=";
21 cargoHash = "sha256-whmp4ST89TZuxQe9fnkW98A9t3rwpTdQCej49ZsDanE=";
23 nativeBuildInputs = [ makeWrapper ];
26 wrapProgram $out/bin/unbook --prefix PATH : ${lib.makeBinPath [ calibre ]}
29 passthru.updateScript = gitUpdater { };
32 description = "Ebook to self-contained-HTML converter";
33 homepage = "https://unbook.ludios.org";
34 license = licenses.cc0;
35 maintainers = with maintainers; [ jmbaur ];
36 mainProgram = "unbook";