guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/13: gnu: neovim: Depend on Lua 5.1, not 5.2.


From: guix-commits
Subject: 13/13: gnu: neovim: Depend on Lua 5.1, not 5.2.
Date: Thu, 11 Apr 2019 07:46:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9abfbd79cb063202129c207b3ba977bcfb0a6208
Author: HiPhish <address@hidden>
Date:   Wed Apr 10 13:21:26 2019 +0200

    gnu: neovim: Depend on Lua 5.1, not 5.2.
    
    * gnu/packages/vim.scm (neovim): Use correct Lua version as dependencies
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/vim.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 56deb12..dadffa3 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -756,7 +756,7 @@ are detected, the user is notified.")))
              #t))
          (add-after 'unpack 'set-lua-paths
            (lambda* (#:key inputs #:allow-other-keys)
-             (let* ((lua-version "5.2")
+             (let* ((lua-version "5.1")
                     (lua-cpath-spec
                      (lambda (prefix)
                        (let ((path (string-append prefix "/lib/lua/" 
lua-version)))
@@ -783,10 +783,10 @@ are detected, the user is notified.")))
        ("unibilium" ,unibilium)
        ("jemalloc" ,jemalloc)
        ("libiconv" ,libiconv)
-       ("lua" ,lua-5.2)
-       ("lua-lpeg" ,lua5.2-lpeg)
-       ("lua-bitop" ,lua5.2-bitop)
-       ("lua-libmpack" ,lua5.2-libmpack)))
+       ("lua" ,lua-5.1)
+       ("lua-lpeg" ,lua5.1-lpeg)
+       ("lua-bitop" ,lua5.1-bitop)
+       ("lua-libmpack" ,lua5.1-libmpack)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("gettext" ,gettext-minimal)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]