mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: neovim: Use 'inputs' in phases instead of '%build-inputs'.
In build phases, the former is preferred. * gnu/packages/vim.scm (neovim)[arguments]<#:phases>{set-lua-path}: Use 'inputs' argument instead of '%build-inputs'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
f5f78d0d02
commit
09be86744f
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ (define-public neovim
|
|||
(lambda (prefix)
|
||||
(let ((path (string-append prefix "/share/lua/" lua-version)))
|
||||
(string-append path "/?.lua;" path "/?/?.lua"))))
|
||||
(lua-inputs (map (cute assoc-ref %build-inputs <>)
|
||||
(lua-inputs (map (cute assoc-ref inputs <>)
|
||||
'("lua"
|
||||
"lua-luv"
|
||||
"lua-lpeg"
|
||||
|
|
Loading…
Reference in a new issue