diff options
| author | Andreas Enge <andreas@enge.fr> | 2014-04-16 15:31:24 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2014-04-16 15:31:24 +0200 |
| commit | 01d3f19b6bec7ed2f4b5bd0c0fbf632498098bba (patch) | |
| tree | 3f7a261321b040f4948301932dae27ac924ae9ae /gnu/packages | |
| parent | 7b29779561122a94290eb075ae35c56767b2e49f (diff) | |
gnu: lua: Add older version 5.1.5.
* gnu/packages/lua.scm (lua-5.1): New variable.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/lua.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 7996c118208..a85c120469b 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm | |||
| @@ -67,6 +67,16 @@ automatic memory management with incremental garbage collection, making it ideal | |||
| 67 | for configuration, scripting, and rapid prototyping.") | 67 | for configuration, scripting, and rapid prototyping.") |
| 68 | (license x11))) | 68 | (license x11))) |
| 69 | 69 | ||
| 70 | (define-public lua-5.1 | ||
| 71 | (package (inherit lua) | ||
| 72 | (version "5.1.5") | ||
| 73 | (source (origin | ||
| 74 | (method url-fetch) | ||
| 75 | (uri (string-append "http://www.lua.org/ftp/lua-" | ||
| 76 | version ".tar.gz")) | ||
| 77 | (sha256 | ||
| 78 | (base32 "0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16")))))) | ||
| 79 | |||
| 70 | (define-public luajit | 80 | (define-public luajit |
| 71 | (package | 81 | (package |
| 72 | (name "luajit") | 82 | (name "luajit") |
