diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nu.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/nu.rb b/Library/Formula/nu.rb index d6e4c4556..000ec0575 100644 --- a/Library/Formula/nu.rb +++ b/Library/Formula/nu.rb @@ -18,6 +18,14 @@ class Nu < Formula cause 'nu only builds with clang' end + # remove deprecated -fobjc-gc + # https://github.com/timburks/nu/pull/74 + # https://github.com/Homebrew/homebrew/issues/37341 + patch do + url "https://github.com/timburks/nu/commit/c0b05f1.diff" + sha256 "f6c1a66e470e7132ba11937c971f9b90824bb03eaa030b3e70004f9d2725c636" + end + def install ENV['PREFIX'] = prefix |
