Without the change `tesseract4` fails the build on `staging-next` as
https://hydra.nixos.org/build/245356748:
In file included from points.cpp:24:
../../src/ccutil/helpers.h:40:17: error: 'uint64_t' has not been declared
40 | void set_seed(uint64_t seed) {
| ^~~~~~~~
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
Tesseract is now decoupled from the tessdata language corpus.
This avoids recompilation when building Tesseract with a custom set
of languages.
Update k2pdfopt to use the new wrapper interface.