mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: lua: Add older version 5.1.5.
* gnu/packages/lua.scm (lua-5.1): New variable.
This commit is contained in:
parent
7b29779561
commit
01d3f19b6b
1 changed files with 10 additions and 0 deletions
|
@ -67,6 +67,16 @@ (define-public lua
|
||||||
for configuration, scripting, and rapid prototyping.")
|
for configuration, scripting, and rapid prototyping.")
|
||||||
(license x11)))
|
(license x11)))
|
||||||
|
|
||||||
|
(define-public lua-5.1
|
||||||
|
(package (inherit lua)
|
||||||
|
(version "5.1.5")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "http://www.lua.org/ftp/lua-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16"))))))
|
||||||
|
|
||||||
(define-public luajit
|
(define-public luajit
|
||||||
(package
|
(package
|
||||||
(name "luajit")
|
(name "luajit")
|
||||||
|
|
Loading…
Reference in a new issue