Skip to content

Commit

Permalink
Revert "Disable webkit2gtk integration"
Browse files Browse the repository at this point in the history
This reverts commit ce4ed6b.

The needed change has reached stable and unstable Nixpkgs channels.
No need to duplicate it here now.
  • Loading branch information
jian-lin committed Dec 16, 2024
1 parent 3eb85a9 commit 8823d47
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; withXwidgets = false; } // args))
(drv: drv.override ({ srcRepo = true; } // args))

(
drv: drv.overrideAttrs (
Expand Down

0 comments on commit 8823d47

Please sign in to comment.