gvfs: fix build after update in 0809aeb47f
This commit is contained in:
parent
72e0135752
commit
56a49e6cda
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
||||||
# ToDo: not working and probably useless until gnome3 from x-updates
|
# ToDo: not working and probably useless until gnome3 from x-updates
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
configureFlags = stdenv.lib.optional (!gnomeSupport) "--disable-gcr";
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# ToDo: one probably should specify schemas for samba and others here
|
# ToDo: one probably should specify schemas for samba and others here
|
||||||
|
|
Loading…
Reference in a new issue