gnome3.gnome_keyring: remove gconf dependency

It has not been needed since 2.31.91.
This commit is contained in:
Jan Tojnar 2018-01-01 14:29:32 +01:00
parent 70a0e6f7d7
commit 4d917639fb
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ];
buildInputs = with gnome3; [
dbus libgcrypt pam gtk3 gconf libgnome_keyring
dbus libgcrypt pam gtk3 libgnome_keyring
pango gcr gdk_pixbuf atk p11_kit
];