-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
groff: fix build #65042
groff: fix build #65042
Conversation
See #65000 (comment) Builds on #64842 - [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/HEAD/CONTRIBUTING.md)? - [x] Have you checked that there aren't other open [pull requests](https://github.com/Homebrew/homebrew-core/pulls) for the same formula update/change? - [x] Have you built your formula locally with `brew install --build-from-source <formula>`, where `<formula>` is the name of the formula you're submitting? - [x] Is your test running fine `brew test <formula>`, where `<formula>` is the name of the formula you're submitting? - [x] Does your build pass `brew audit --strict <formula>` (after doing `brew install <formula>`)? Newly added dependencies are for creating PDF and HTML files, and for recognising file encoding.
Thanks for working on this, I figured it would be something fiddly that touches a ton of files. Do you mind submitting a pull request to Homebrew/formula-patches and referencing that, instead of the embedded patch? Thanks! |
Sure, no problem. I was actually thinking that's what needed to be done here; I just didn't know how that worked exactly. I will go have a look and figure it out. |
Just make a pull request with this patch in the |
PR at Homebrew/formula-patches opened. |
lgtm though. |
🤖 A scheduled task has triggered a merge. |
See #65000 (comment)
Builds on #64842
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Newly added dependencies are for creating PDF and HTML files, and for file encoding recognition.