gvfs: fix build after update in 0809aeb47f

(cherry picked from commit 56a49e6cda)
This commit is contained in:
Vladimír Čunát 2016-10-13 19:29:16 +02:00
parent d73646d270
commit 3eec7ea3f0

View File

@ -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