From fb93beb22c8b8dd0b46170c5c0b58159f25d6c1d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 16 Mar 2020 00:28:39 +0000 Subject: [PATCH] fix(xwidgets): Use patch from emacs-plus Homebrew formula --- build-emacs-for-macos | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-emacs-for-macos b/build-emacs-for-macos index a5f3e78..d2844d9 100755 --- a/build-emacs-for-macos +++ b/build-emacs-for-macos @@ -240,9 +240,8 @@ class Build if opts[:xwidgets] p << { - url: 'https://gist.github.com/fuxialexander/' \ - '0231e994fd27be6dd87db60339238813/raw/' \ - 'b30c2d3294835f41e2c8afa1e63571531a38f3cf/0_all_webkit.patch' + url: 'https://github.com/d12frosted/homebrew-emacs-plus/raw/master/' \ + 'patches/xwidgets_webkit_in_cocoa.patch' } end