mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ are detected, the user is notified.")))
|
|||
(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