1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: neovim: Correct deprecated input.

* gnu/packages/vim.scm (neovim)[inputs]: Remove msgpack; add msgpack-c.

Change-Id: I6a022c48d2a1914af9b871cf943037e1b23d2c75
This commit is contained in:
Andreas Enge
2025-10-23 20:54:42 +02:00
parent db8a2c1926
commit 3491e7034d

View File

@@ -872,7 +872,7 @@ is based on Vim's builtin plugin support.")
#$(local-file (search-auxiliary-file "guix-nvim.vim"))
(string-append nvimdir "/sysinit.vim"))))))))
(inputs (list libuv-for-luv
msgpack
msgpack-c
libtermkey
libvterm
unibilium