From 94ca9b2a4723aea1d04e908746eba9ef1c3bcb2a Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Sun, 20 Jul 2025 00:19:23 -0400 Subject: update neovim to new utf8proc --- crn/packages/vim.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crn/packages') diff --git a/crn/packages/vim.scm b/crn/packages/vim.scm index ccfc23e..75ffb0b 100644 --- a/crn/packages/vim.scm +++ b/crn/packages/vim.scm @@ -14,6 +14,7 @@ #:use-module (gnu packages lua) #:use-module (gnu packages pkg-config) #:use-module (gnu packages serialization) + #:use-module (gnu packages textutils) #:use-module (gnu packages terminals)) (define-public neovim @@ -98,6 +99,7 @@ lua5.1-lpeg lua5.1-bitop lua5.1-libmpack + (specification->package "utf8proc@2.10.0") (specification->package "tree-sitter@0.25.8"))) (native-inputs (list pkg-config gettext-minimal gperf)) (home-page "https://neovim.io") @@ -116,5 +118,3 @@ refactor Vim in order to: ;; Neovim is licensed under the terms of the Apache 2.0 license, ;; except for parts that were contributed under the Vim license. (license (list license:asl2.0 license:vim)))) - -neovim -- cgit v1.2.3