overlays/preferences: fix evolution-data-server to build w/o webkit, again (missed this in a recent rename)

This commit is contained in:
Colin 2024-07-04 08:12:29 +00:00
parent cc15be54d4
commit c573ac4e7e

View File

@ -8,12 +8,12 @@
withWebKit = false;
};
};
evolution-data-server = super.evolution-data-server.override {
# OAuth depends on webkitgtk_4_1: old, forces an annoying recompilation
enableOAuth2 = false;
};
gnome = super.gnome.overrideScope (gself: gsuper: with gself; {
evolution-data-server = gsuper.evolution-data-server.override {
# OAuth depends on webkitgtk_4_1: old, forces an annoying recompilation
enableOAuth2 = false;
};
gnome-control-center = gsuper.gnome-control-center.override {
# i build goa without the "backend", to avoid webkit_4_1.
# however gnome-control-center *directly* uses goa-backend because it manages the accounts...