diff options
Diffstat (limited to 'gnu/packages/lua.scm')
| -rw-r--r-- | gnu/packages/lua.scm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 0f4ff637951..190b723a02b 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm | |||
| @@ -151,6 +151,22 @@ automatic memory management with incremental garbage collection, making it ideal | |||
| 151 | for configuration, scripting, and rapid prototyping.") | 151 | for configuration, scripting, and rapid prototyping.") |
| 152 | (license license:x11))) | 152 | (license license:x11))) |
| 153 | 153 | ||
| 154 | (define-public lua-5.5 | ||
| 155 | (package (inherit lua) | ||
| 156 | (version "5.5.0") | ||
| 157 | (source (origin | ||
| 158 | (method url-fetch) | ||
| 159 | (uri (string-append "https://www.lua.org/ftp/lua-" | ||
| 160 | version ".tar.gz")) | ||
| 161 | (sha256 | ||
| 162 | (base32 "0gcbsr00difm2s82pflxg28zcnjka9048lncbfvwl1fhpcmw7k2p")) | ||
| 163 | ;; Note: Some lua-5.4 patches seem to apply without issues | ||
| 164 | (patches (search-patches "lua-5.4-pkgconfig.patch" | ||
| 165 | "lua-5.4-liblua-so.patch" | ||
| 166 | "lua-5.x-search-path-helpers.patch" | ||
| 167 | "lua-5.5-search-paths.patch")))) | ||
| 168 | (native-search-paths (lua-search-paths "5.5")))) | ||
| 169 | |||
| 154 | (define-public lua-5.4 | 170 | (define-public lua-5.4 |
| 155 | (package (inherit lua) | 171 | (package (inherit lua) |
| 156 | (version "5.4.8") | 172 | (version "5.4.8") |
