19 src = fetchFromGitLab {
23 hash = "sha256-fgtRKUG6J/CM6cXUTHWAPemqL8loWZT3wZmGdRHldq8=";
40 # fix incompatibility with qpdf11.3.0 usage of c++17 - delete this patch when we reach pdfmixtool version > v1.1.1
42 url = "https://gitlab.com/scarpetta/pdfmixtool/-/commit/bd5f78c3a4d977d9b0c74302ce2521c737189b43.diff";
43 hash = "sha256-h2g5toFqgEEnObd2TYQms1a1WFTgN7VsIHyy0Uyq4/I=";
45 # https://gitlab.com/scarpetta/pdfmixtool/-/merge_requests/14
47 url = "https://gitlab.com/scarpetta/pdfmixtool/-/commit/268291317ccd1805dc1c801ff88641ba06c6a7f0.patch";
48 hash = "sha256-56bDoFtE+IOQHcV9xPfyrgYYFvTfB0QiLIfRl91irb0=";
53 description = "An application to split, merge, rotate and mix PDF files";
54 mainProgram = "pdfmixtool";
55 homepage = "https://gitlab.com/scarpetta/pdfmixtool";
56 license = licenses.gpl3Only;
57 maintainers = with maintainers; [ onny ];