From 56a49e6cdaebeaf793cc53ae47031b7e1b40947b Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Thu, 13 Oct 2016 19:29:16 +0200 Subject: gvfs: fix build after update in 0809aeb47f --- pkgs/development/libraries/gvfs/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/libraries/gvfs') 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 -- cgit 1.4.1