gvfs: fix build after update in 0809aeb47f

This commit is contained in:
Vladimír Čunát 2016-10-13 19:29:16 +02:00
parent 72e0135752
commit 56a49e6cda

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