gvfs: Fix build with lightWeight=false (close #2068)
Needed for SMB backend.
This commit is contained in:
parent
e50a76a469
commit
090ee41e6b
|
@ -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";
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue