mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: lua5.2-libmpack: Fix make flags.
This is a follow-up to commit. b523612106
.
* gnu/packages/serialization.scm (lua5.2-libmpack)[arguments]: Adjust make
flags.
This commit is contained in:
parent
7ec309af90
commit
0cdc3343ad
1 changed files with 2 additions and 2 deletions
|
@ -223,8 +223,8 @@ (define-public lua5.2-libmpack
|
|||
(lua-major+minor ,(version-major+minor (package-version lua-5.2))))
|
||||
(list "CC=gcc"
|
||||
"USE_SYSTEM_LUA=yes"
|
||||
(string-append "LUA_VERSION=" lua-version)
|
||||
(string-append "LUA_VERSION_MAJ_MIN=" lua-major+minor)
|
||||
(string-append "MPACK_LUA_VERSION=" lua-version)
|
||||
(string-append "MPACK_LUA_VERSION_NOPATCH=" lua-major+minor)
|
||||
(string-append "PREFIX="
|
||||
(assoc-ref %outputs "out"))
|
||||
(string-append "LUA_CMOD_INSTALLDIR="
|
||||
|
|
Loading…
Reference in a new issue