guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3491e7034d69bfbabb6ab364e06e092b4d2eeea5
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Oct 23 20:54:42 2025 +0200
gnu: neovim: Correct deprecated input.
* gnu/packages/vim.scm (neovim)[inputs]: Remove msgpack; add msgpack-c.
Change-Id: I6a022c48d2a1914af9b871cf943037e1b23d2c75
---
gnu/packages/vim.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 02182dad48..0a2fd893be 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -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