Merge pull request #179508 from helsinki-systems/feat/pdftk-modern-jre

pdftk: use regular jre
This commit is contained in:
Thiago Kenji Okada 2022-06-30 23:23:28 +01:00 committed by GitHub
commit 022070d36b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29278,9 +29278,7 @@ with pkgs;
pdfchain = callPackage ../tools/typesetting/pdfchain { };
pdfcpu = callPackage ../applications/graphics/pdfcpu { };
pdftk = callPackage ../tools/typesetting/pdftk {
jre = jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
};
pdftk = callPackage ../tools/typesetting/pdftk { };
pdfgrep = callPackage ../tools/typesetting/pdfgrep { };
pdfpc = callPackage ../applications/misc/pdfpc {