summary refs log tree commit diff
path: root/pkgs/development/libraries/gvfs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-10-13 19:29:16 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-10-13 19:32:45 +0200
commit56a49e6cdaebeaf793cc53ae47031b7e1b40947b (patch)
tree20a4dd1d4414ab1e1009af5cc513c1f4f4fc7a19 /pkgs/development/libraries/gvfs
parent72e013575239df40b3d16e23940fb48dcdc11dfb (diff)
downloadnixpkgs-56a49e6cdaebeaf793cc53ae47031b7e1b40947b.tar
nixpkgs-56a49e6cdaebeaf793cc53ae47031b7e1b40947b.tar.gz
nixpkgs-56a49e6cdaebeaf793cc53ae47031b7e1b40947b.tar.bz2
nixpkgs-56a49e6cdaebeaf793cc53ae47031b7e1b40947b.tar.lz
nixpkgs-56a49e6cdaebeaf793cc53ae47031b7e1b40947b.tar.xz
nixpkgs-56a49e6cdaebeaf793cc53ae47031b7e1b40947b.tar.zst
nixpkgs-56a49e6cdaebeaf793cc53ae47031b7e1b40947b.zip
gvfs: fix build after update in 0809aeb47f
Diffstat (limited to 'pkgs/development/libraries/gvfs')
-rw-r--r--pkgs/development/libraries/gvfs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gvfs/default.nix b/pkgs/development/libraries/gvfs/default.nix
index 6b147d531aa..f225f34c336 100644
--- a/pkgs/development/libraries/gvfs/default.nix
+++ b/pkgs/development/libraries/gvfs/default.nix
@@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
       # ToDo: not working and probably useless until gnome3 from x-updates
     ]);
 
+  configureFlags = stdenv.lib.optional (!gnomeSupport) "--disable-gcr";
+
   enableParallelBuilding = true;
 
   # ToDo: one probably should specify schemas for samba and others here