gvfs: Fix build with lightWeight=false (close #2068)

Needed for SMB backend.
This commit is contained in:
ambrop7@gmail.com 2014-03-29 20:54:17 +01:00 committed by Vladimír Čunát
parent e50a76a469
commit 090ee41e6b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
, glib, dbus, udev, udisks2, libgcrypt
, libgphoto2, avahi, libarchive, fuse, libcdio
, libxml2, libxslt, docbook_xsl
, lightWeight ? true, gnome, samba, makeWrapper }:
, lightWeight ? true, gnome, samba, libgnome_keyring, gconf, makeWrapper }:
let
ver_maj = "1.18";

View File

@ -4584,7 +4584,7 @@ let
gts = callPackage ../development/libraries/gts { };
gvfs = callPackage ../development/libraries/gvfs { };
gvfs = callPackage ../development/libraries/gvfs { gconf = gnome.GConf; };
gwenhywfar = callPackage ../development/libraries/gwenhywfar { };