Emacs with xwidgets doesn't build anymore?

Recently updated my nix flake however emacs doesn’t build anymore, is this an issue with my config or did something break in nixpkgs?

((emacsPackagesFor (emacs-gtk.override {withXwidgets = true;})).emacsWithPackages (
  epkgs: with epkgs; [vterm tree-sitter tree-sitter-langs treesit-grammars.with-all-grammars org-xlatex]
 ))

Here is the log

emacs xwidgets feature requires older version of the webkit library which is no longer in nixpkgs. See here Allow/Add --with-xwidgets for PGTK builds · Issue #466 · nix-community/emacs-overlay · GitHub.