mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
pdftk: use jre8
This commit is contained in:
parent
f5ac140ce7
commit
a609d7ed1f
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user