diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-10-23 20:54:42 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-23 20:54:45 +0200 |
| commit | 3491e7034d69bfbabb6ab364e06e092b4d2eeea5 (patch) | |
| tree | db39829a690c7f6c945b6f65042bb3ab13f2b162 /gnu/packages/vim.scm | |
| parent | db8a2c192653bb6626888b28b67db2c9929ede37 (diff) | |
gnu: neovim: Correct deprecated input.
* gnu/packages/vim.scm (neovim)[inputs]: Remove msgpack; add msgpack-c.
Change-Id: I6a022c48d2a1914af9b871cf943037e1b23d2c75
Diffstat (limited to 'gnu/packages/vim.scm')
| -rw-r--r-- | gnu/packages/vim.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 02182dad488..0a2fd893be9 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 |
