Reapply "Disable webkit2gtk integration"

This reverts commit 8823d47619.

Due to the way the default values of withFoo flags are specified and
the way Emacs variants are overridden, default values of those flags
in this overlay may be incorrect.

This commit is a workaround.  We should do a proper fix later.
This commit is contained in:
Lin Jian 2024-12-17 01:06:36 +08:00
parent 2ecfec2658
commit 519b67faa4

View file

@ -16,7 +16,7 @@ let
super.emacs super.emacs
([ ([
(drv: drv.override ({ srcRepo = true; } // args)) (drv: drv.override ({ srcRepo = true; withXwidgets = false; } // args))
( (
drv: drv.overrideAttrs ( drv: drv.overrideAttrs (