Skip to content

Commit 75afd19

Browse files
committed
neovim: move libtermkey dep into stable block
This is no longer used in HEAD, and will not be used in 0.10. See neovim/neovim#25870.
1 parent e91fb0c commit 75afd19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Formula/n/neovim.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ class Neovim < Formula
99

1010
# Remove when `mpack` resource is removed.
1111
depends_on "luarocks" => :build
12+
# Remove in 0.10.
13+
# Upstream plan to replace this with `libtickit` which will subsume `libtermkey`.
14+
# See: https://github.com/neovim/neovim/pull/25870
15+
depends_on "libtermkey"
1216

1317
# Remove in 0.10.
1418
resource "mpack" do
@@ -72,7 +76,6 @@ class Neovim < Formula
7276
depends_on "cmake" => :build
7377
depends_on "lpeg" => :build # needed at runtime in 0.10.0
7478
depends_on "gettext"
75-
depends_on "libtermkey"
7679
depends_on "libuv"
7780
depends_on "libvterm"
7881
depends_on "luajit"

0 commit comments

Comments
 (0)