Without the change the build against `gcc-13` on `master` fails as
https://hydra.nixos.org/build/249060206:
support/lockedpool.cpp: In member function 'void Arena::free(void*)':
support/lockedpool.cpp:102:20: error: 'runtime_error' is not a member of 'std'
102 | throw std::runtime_error("Arena: invalid or double free");
| ^~~~~~~~~~~~~
While at it enable parallel building.
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.