summary refs log tree commit diff
path: root/pkgs/development/libraries/gvfs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/gvfs/default.nix')
-rw-r--r--pkgs/development/libraries/gvfs/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/libraries/gvfs/default.nix b/pkgs/development/libraries/gvfs/default.nix
index 2e41f79b78c..f622448b185 100644
--- a/pkgs/development/libraries/gvfs/default.nix
+++ b/pkgs/development/libraries/gvfs/default.nix
@@ -25,6 +25,7 @@
 , gnomeSupport ? false
 , gnome3
 , gcr
+, gnome-online-accounts
 , wrapGAppsHook
 , libimobiledevice
 , libbluray
@@ -85,15 +86,15 @@ stdenv.mkDerivation rec {
     libcdio-paranoia
     libnfs
     openssh
-    # ToDo: a ligther version of libsoup to have FTP/HTTP support?
-  ] ++ stdenv.lib.optionals gnomeSupport (with gnome3; [
-    libsoup
+    # TODO: a ligther version of libsoup to have FTP/HTTP support?
+  ] ++ stdenv.lib.optionals gnomeSupport [
+    gnome3.libsoup
     gcr
-    glib-networking # TLS support
+    gnome3.glib-networking # TLS support
     gnome-online-accounts
     libsecret
     libgdata
-  ]);
+  ];
 
   mesonFlags = [
     "-Dsystemduserunitdir=${placeholder "out"}/lib/systemd/user"