Merge pull request #285893 from dotlambda/pdfmixtool-fix

pdfmixtool: fix build
This commit is contained in:
Robert Schütz 2024-02-03 16:43:55 +00:00 committed by GitHub
commit 3a14963d61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
, mkDerivation
, fetchFromGitLab
, fetchpatch
, fetchpatch2
, cmake
, pkg-config
, qtbase
@ -41,6 +42,11 @@ mkDerivation rec {
url = "https://gitlab.com/scarpetta/pdfmixtool/-/commit/bd5f78c3a4d977d9b0c74302ce2521c737189b43.diff";
hash = "sha256-h2g5toFqgEEnObd2TYQms1a1WFTgN7VsIHyy0Uyq4/I=";
})
# https://gitlab.com/scarpetta/pdfmixtool/-/merge_requests/14
(fetchpatch2 {
url = "https://gitlab.com/scarpetta/pdfmixtool/-/commit/268291317ccd1805dc1c801ff88641ba06c6a7f0.patch";
hash = "sha256-56bDoFtE+IOQHcV9xPfyrgYYFvTfB0QiLIfRl91irb0=";
})
];
meta = with lib; {