Ludovic Courtès writes:
>> +(inputs
>> + `(("libuv" ,libuv)
>> + ("gettext" ,gettext-minimal)
>> + ("gperf" ,gperf)
>
> I’d expect gettext and gperf to be native inputs instead?
Ah, yes, you’re right. Pushed it with this change. Thanks!
--
Ricardo
Ricardo Wurmus skribis:
> * gnu/packages/vim.scm (neovim): New variable.
[...]
> + (modify-phases %standard-phases
> + (add-after 'unpack 'set-lua-paths
> + (lambda* (#:key inputs #:allow-other-keys)
Maybe add a comment/link about the placeholder thing.
> +(inputs
* gnu/packages/vim.scm (neovim): New variable.
---
gnu/packages/vim.scm | 80
1 file changed, 80 insertions(+)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index c2c0ccad9..e9aafa16d 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packa