nixpkgs/pkgs
Jan Tojnar e8c84f90ed chromium: remove deprecated libgnome-keyring dependency
libgnome-keyring has been deprecated for a long time.
It has been superseded by libsecret, which allows access to not only
GNOME Keyring secret manager but any other service implementing
the Secret Service D-Bus API.

In fact Chromium links against libsecret when use_glib is enabled:

https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/BUILD.gn;l=142;drc=35be6215ec8f09e50176f36753c68f26c63d1885

And use_glib is on by default on Linux:

https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/BUILD.gn;l=142;drc=35be6215ec8f09e50176f36753c68f26c63d1885

Unfortunately, Chromium is vendoring libsecret:

https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/BUILD.gn;l=187;drc=35be6215ec8f09e50176f36753c68f26c63d1885

We need to disable the flag explicitly, since it is enabled by default:

https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/features.gni;l=11;drc=35be6215ec8f09e50176f36753c68f26c63d1885
2022-04-10 03:54:39 +02:00
..
applications chromium: remove deprecated libgnome-keyring dependency 2022-04-10 03:54:39 +02:00
build-support
common-updater
data Merge pull request #167612 from NixOS/haskell-updates 2022-04-09 22:51:23 +02:00
desktops Merge pull request #166756 from ilya-fedin/mate-fixes 2022-04-09 17:47:48 +03:00
development Merge pull request #167928 from r-ryantm/auto-update/pHash 2022-04-09 21:54:21 -04:00
games cudaPackages: overhaul of how we package cuda packages 2022-04-09 08:50:22 +02:00
misc Merge pull request #162121 from ghostbuster91/init/tmux-thumbs 2022-04-08 15:09:47 +02:00
os-specific Merge pull request #167968 from Madouura/dev/bcachefs 2022-04-09 16:14:23 +02:00
pkgs-lib
servers Merge pull request #166333 from SuperSandro2000/doh-proxy 2022-04-10 03:25:32 +02:00
shells Merge pull request #162657 from ambroisie/add-agkozak-zsh-prompt 2022-04-08 20:41:28 +01:00
stdenv
test cudaPackages: overhaul of how we package cuda packages 2022-04-09 08:50:22 +02:00
tools Merge pull request #168033 from r-ryantm/auto-update/runiq 2022-04-09 21:44:53 -04:00
top-level Merge pull request #166333 from SuperSandro2000/doh-proxy 2022-04-10 03:25:32 +02:00