We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631a509 commit d6b5736Copy full SHA for d6b5736
Formula/git-gui.rb
@@ -14,7 +14,7 @@ class GitGui < Formula
14
sha256 cellar: :any_skip_relocation, all: "f81fbb5712226c0bc86b93df3b0907b9633ffcf571b4c94a1fd064b98e20e39e"
15
end
16
17
- depends_on "surjikal/tap/tcl-tk"
+ depends_on "tcl-tk@8"
18
19
# Patch to fix Homebrew/homebrew-core#68798.
20
# Remove when the following PR has been merged
@@ -44,7 +44,7 @@ def install
44
# the git makefiles don't install a .app for git-gui
45
# We also tell git to use the homebrew-installed wish binary from tcl-tk.
46
# See https://github.com/Homebrew/homebrew-core/issues/36390
47
- tcl_bin = Formula["tcl-tk"].opt_bin
+ tcl_bin = Formula["tcl-tk@8"].opt_bin
48
args = %W[
49
TKFRAMEWORK=/dev/null
50
prefix=#{prefix}
0 commit comments