mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add lua5.1-lpeg and lua5.1-lmpack.
* gnu/packages/lua.scm (lua5.1-lpeg): New variable. * gnu/packages/serialization.scm (lua5.1-libmpack): New variable. The packages lua-lpeg and lua-libmpack had no Lua 5.1 variants. These packages will be needed to build Neovim properly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3239dcd38d
commit
01a0a0c445
2 changed files with 23 additions and 0 deletions
|
@ -408,6 +408,9 @@ Grammars (PEGs).")
|
|||
(define-public lua-lpeg
|
||||
(make-lua-lpeg "lua-lpeg" lua))
|
||||
|
||||
(define-public lua5.1-lpeg
|
||||
(make-lua-lpeg "lua5.1-lpeg" lua-5.1))
|
||||
|
||||
(define-public lua5.2-lpeg
|
||||
(make-lua-lpeg "lua5.2-lpeg" lua-5.2))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue