cross: document the state of gnome-keyring

This commit is contained in:
Colin 2024-02-28 00:05:23 +00:00
parent 466e7a9ecd
commit 44067f6570
1 changed files with 1 additions and 0 deletions

View File

@ -852,6 +852,7 @@ in with final; {
gnome-keyring = super.gnome-keyring.overrideAttrs (orig: {
# 2024/02/27: upstreaming is unblocked
# this seems to work in practice, but leaves gkr with a reference to the build openssl, sqlite, xz, libxcrypt, glibc
# fixes "configure.ac:374: error: possibly undefined macro: AM_PATH_LIBGCRYPT"
nativeBuildInputs = orig.nativeBuildInputs ++ [ libgcrypt openssh glib ];
});