zsh: add patch that fixes nvcsformats.
`nvcsformats` of the vcs_info module is broken on 5.2. The patch comes from the mailing list from this thread: http://www.zsh.org/mla/workers/2015/msg03259.html and fixes the bug. Closes #5607. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
5ea9593082
commit
a2b0f8b842
1 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,13 @@ class Zsh < Formula
|
|||
# building zsh.texi is not available.
|
||||
option "with-texi2html", "Build HTML documentation"
|
||||
depends_on "texi2html" => [:build, :optional]
|
||||
|
||||
# apply patch that fixes nvcsformats which is broken in zsh-5.2 and will propably be fixed in 5.2.1
|
||||
# See https://github.com/zsh-users/zsh/commit/4105f79a3a9b5a85c4ce167865e5ac661be160dc
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/master/zsh/nvcs-formats-fix.patch"
|
||||
sha256 "f351cd67d38b9d8a9c2013ae47b77a753eca3ddeb6bfd807bd8b492516479d94"
|
||||
end
|
||||
end
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue