Skip to content

Commit d6b5736

Browse files
committed
git-gui: use tcl-tk@8
1 parent 631a509 commit d6b5736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/git-gui.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class GitGui < Formula
1414
sha256 cellar: :any_skip_relocation, all: "f81fbb5712226c0bc86b93df3b0907b9633ffcf571b4c94a1fd064b98e20e39e"
1515
end
1616

17-
depends_on "surjikal/tap/tcl-tk"
17+
depends_on "tcl-tk@8"
1818

1919
# Patch to fix Homebrew/homebrew-core#68798.
2020
# Remove when the following PR has been merged
@@ -44,7 +44,7 @@ def install
4444
# the git makefiles don't install a .app for git-gui
4545
# We also tell git to use the homebrew-installed wish binary from tcl-tk.
4646
# See https://github.com/Homebrew/homebrew-core/issues/36390
47-
tcl_bin = Formula["tcl-tk"].opt_bin
47+
tcl_bin = Formula["tcl-tk@8"].opt_bin
4848
args = %W[
4949
TKFRAMEWORK=/dev/null
5050
prefix=#{prefix}

0 commit comments

Comments
 (0)