overlays/preferences: prefer binary electron (for element-desktop) over from-source electron

This commit is contained in:
2024-12-27 10:17:05 +00:00
parent 3e7a8e138f
commit 8585c7ce4b

View File

@@ -16,6 +16,11 @@
# };
# };
# XXX(2024-12-26): prefer pre-built electron because otherwise it takes 4 hrs to build from source.
# but wait 2 days after staging -> master merge, and normal electron should be cached and safe to remove
# electron = electron-bin;
electron_33 = electron_33-bin;
# evolution-data-server = super.evolution-data-server.override {
# # OAuth depends on webkitgtk_4_1: old, forces an annoying recompilation
# enableOAuth2 = false;