7 python3Packages.buildPythonApplication rec {
12 src = fetchFromGitHub {
16 hash = "sha256-RaNMhEgJ2pSL9BvK1d2Z8AsUPhARaRtEiCnt/2E2uNs=";
19 build-system = with python3Packages; [
23 dependencies = with python3Packages; [
31 nativeCheckInputs = with python3Packages; [
40 pythonImportsCheck = [ "tocPDF" ];
43 description = "Automatic CLI tool for generating outline of PDFs based on the table of contents";
44 homepage = "https://github.com/kszenes/tocPDF";
45 changelog = "https://github.com/kszenes/tocPDF/releases/tag/v${version}";
46 license = lib.licenses.mit;
47 maintainers = with lib.maintainers; [ dansbandit ];
48 mainProgram = "tocPDF";