Re: [PATCH 6/6] gnu: Add neovim.

2017-01-31 Thread Ricardo Wurmus
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

Re: [PATCH 6/6] gnu: Add neovim.

2017-01-24 Thread Ludovic Courtès
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

[PATCH 6/6] gnu: Add neovim.

2017-01-24 Thread Ricardo Wurmus
* 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