gnome3.evolution-data-server: Re-add GNOME Online Accounts support
In #26879, GNOME Online Accounts support was removed resulting in repeated authentication prompts for users relying on services like Google Calendar. This commit removes the build flag that disabled the support.
This commit is contained in:
parent
14cbeaa892
commit
29dd3accf5
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
propagatedBuildInputs = [ libsecret nss nspr libical db ];
|
propagatedBuildInputs = [ libsecret nss nspr libical db ];
|
||||||
|
|
||||||
# uoa irrelevant for now
|
# uoa irrelevant for now
|
||||||
cmakeFlags = [ "-DENABLE_UOA=OFF" "-DENABLE_GOA=OFF" ]
|
cmakeFlags = [ "-DENABLE_UOA=OFF" ]
|
||||||
++ stdenv.lib.optionals valaSupport [
|
++ stdenv.lib.optionals valaSupport [
|
||||||
"-DENABLE_VALA_BINDINGS=ON" "-DENABLE_INTROSPECTION=ON"
|
"-DENABLE_VALA_BINDINGS=ON" "-DENABLE_INTROSPECTION=ON"
|
||||||
"-DCMAKE_SKIP_BUILD_RPATH=OFF" ];
|
"-DCMAKE_SKIP_BUILD_RPATH=OFF" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user