1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 22:35:57 +02:00

gnu: gajim: Fix credentials management.

* gnu/packages/messaging.scm (gajim)[inputs]: Remove gnome-keyring.
Add libsecret.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Raghav Gururajan
2021-02-09 17:03:56 -05:00
committed by 宋文武
parent be450b19ce
commit e5d726fefa
+1 -1
View File
@@ -1052,7 +1052,6 @@ of xmpppy.")
("geoclue" ,geoclue)
("glib" ,glib)
("glib-networking" ,glib-networking)
("gnome-keyring" ,gnome-keyring)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gsound",gsound)
("gspell" ,gspell)
@@ -1060,6 +1059,7 @@ of xmpppy.")
("gst-plugins-base" ,gst-plugins-base)
("gtk+" ,gtk+)
("gupnp-igd" ,gupnp-igd)
("libsecret" ,libsecret)
("libsoup" ,libsoup)
("libxss" ,libxscrnsaver)
("network-manager" ,network-manager)