GNU bug report logs - #48109
[PATCH] gnu: neovim: Use luajit instead of lua.

Previous Next

Package: guix-patches;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Thu, 29 Apr 2021 22:25:01 UTC

Severity: normal

Tags: patch

Merged with 51537

To reply to this bug, email your comments to 48109 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#48109; Package guix-patches. (Thu, 29 Apr 2021 22:25:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jack Hill <jackhill <at> jackhill.us>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 29 Apr 2021 22:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jack Hill <jackhill <at> jackhill.us>
To: guix-patches <at> gnu.org
Subject: [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





Merged 48109 51537. Request was from Jack Hill <jackhill <at> jackhill.us> to control <at> debbugs.gnu.org. (Mon, 01 Nov 2021 04:55:02 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 225 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.