https://gitlab.gnome.org/World/libcloudproviders/-/compare/0.3.1...0.3.4
- A new way to register providers using .desktop files:
6e839d09b1
As before, this is done by monitoring `XDG_DATA_DIRS`.
We just need to link `share/applications` in addition to `share/cloud-providers`,
which is already the case for most DEs.
Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
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.