mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
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:
parent
2ecfec2658
commit
519b67faa4
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