mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Disable webkit2gtk integration
See upstream bug https://lists.gnu.org/archive/html/bug-gnu-emacs/2024-09/msg00695.html
This commit is contained in:
parent
ad40c4b881
commit
ce4ed6b670
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ let
|
|||
super.emacs
|
||||
([
|
||||
|
||||
(drv: drv.override ({ srcRepo = true; } // args))
|
||||
(drv: drv.override ({ srcRepo = true; withXwidgets = false; } // args))
|
||||
|
||||
(
|
||||
drv: drv.overrideAttrs (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue