Merge pull request #285893 from dotlambda/pdfmixtool-fix
pdfmixtool: fix build
This commit is contained in:
commit
3a14963d61
1 changed files with 6 additions and 0 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue