pdftk: use jre8

gstqt5
Gabriel Ebner 2020-09-19 15:34:26 +02:00
parent f5ac140ce7
commit a609d7ed1f
1 changed files with 3 additions and 1 deletions

View File

@ -22568,7 +22568,9 @@ in
};
pdfcpu = callPackage ../applications/graphics/pdfcpu { };
pdftk = callPackage ../tools/typesetting/pdftk { };
pdftk = callPackage ../tools/typesetting/pdftk {
jre = jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
};
pdftk-legacy = lowPrio (callPackage ../tools/typesetting/pdftk/legacy.nix { });
pdfgrep = callPackage ../tools/typesetting/pdfgrep { };