6 python3Packages.buildPythonApplication rec {
7 pname = "mdbook-pdf-outline";
12 inherit pname version;
13 hash = "sha256-STi+54iT+5+Xi0IzGXv2dxVS91+T6fjg3xmbJjekpPE=";
17 python3Packages.setuptools
20 propagatedBuildInputs = [
26 homepage = "https://github.com/HollowMan6/mdbook-pdf";
27 license = licenses.gpl3Plus;
28 maintainers = with maintainers; [ nix-julia ];