unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48109] [PATCH] gnu: neovim: Use luajit instead of lua.
@ 2021-04-29 22:24 Jack Hill
  0 siblings, 0 replies; only message in thread
From: Jack Hill @ 2021-04-29 22:24 UTC (permalink / raw)
  To: 48109

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-29 22:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29 22:24 [bug#48109] [PATCH] gnu: neovim: Use luajit instead of lua Jack Hill

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).