Skip to content

Commit

Permalink
Reapply "Disable webkit2gtk integration"
Browse files Browse the repository at this point in the history
This reverts commit 8823d47.

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.
  • Loading branch information
jian-lin committed Dec 16, 2024
1 parent 2ecfec2 commit 519b67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/emacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let
super.emacs
([

(drv: drv.override ({ srcRepo = true; } // args))
(drv: drv.override ({ srcRepo = true; withXwidgets = false; } // args))

(
drv: drv.overrideAttrs (
Expand Down

0 comments on commit 519b67f

Please sign in to comment.