guix-patches
[Top][All Lists]
Advanced

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

[bug#48109] [PATCH] gnu: neovim: Use luajit instead of lua.


From: Jack Hill
Subject: [bug#48109] [PATCH] gnu: neovim: Use luajit instead of lua.
Date: Thu, 29 Apr 2021 18:24:45 -0400

* gnu/packages/vim.scm (neovim)[arguments]: Remove non-default
configure-flags.
[inputs]: Use replace lua-5.1 with luajit.
---

Change to luajit discussed on guix-devel:
https://lists.gnu.org/archive/html/guix-devel/2021-04/msg00344.html

 gnu/packages/vim.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 3b796fa341..678fa74ab9 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -644,7 +644,6 @@ are detected, the user is notified.")))
      `(#:modules ((srfi srfi-26)
                   (guix build cmake-build-system)
                   (guix build utils))
-       #:configure-flags '("-DPREFER_LUA:BOOL=YES")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'set-lua-paths
@@ -685,7 +684,7 @@ are detected, the user is notified.")))
        ("unibilium" ,unibilium)
        ("jemalloc" ,jemalloc)
        ("libiconv" ,libiconv)
-       ("lua" ,lua-5.1)
+       ("lua" ,luajit)
        ("lua-luv" ,lua5.1-luv)
        ("lua-lpeg" ,lua5.1-lpeg)
        ("lua-bitop" ,lua5.1-bitop)
-- 
2.31.1






reply via email to

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