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:35 +01:00
parent 70a0e6f7d7
commit 4d917639fb
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
buildInputs = with gnome3; [ buildInputs = with gnome3; [
dbus libgcrypt pam gtk3 gconf libgnome_keyring dbus libgcrypt pam gtk3 libgnome_keyring
pango gcr gdk_pixbuf atk p11_kit pango gcr gdk_pixbuf atk p11_kit
]; ];