Disable webkit2gtk integration

See upstream bug https://lists.gnu.org/archive/html/bug-gnu-emacs/2024-09/msg00695.html
This commit is contained in:
Brian Leung 2024-09-26 05:23:21 -07:00
parent ad40c4b881
commit ce4ed6b670
No known key found for this signature in database
GPG key ID: 2D86D6A94C8BB3B1

View file

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