diff options
Diffstat (limited to 'gnu/packages/lua.scm')
| -rw-r--r-- | gnu/packages/lua.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index fcb41831ebf..17874f86ab7 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm | |||
| @@ -37,8 +37,8 @@ | |||
| 37 | version ".tar.gz")) | 37 | version ".tar.gz")) |
| 38 | (sha256 | 38 | (sha256 |
| 39 | (base32 "0b8034v1s82n4dg5rzcn12067ha3nxaylp2vdp8gg08kjsbzphhk")) | 39 | (base32 "0b8034v1s82n4dg5rzcn12067ha3nxaylp2vdp8gg08kjsbzphhk")) |
| 40 | (patches (list (search-patch "lua-pkgconfig.patch") | 40 | (patches (search-patches "lua-pkgconfig.patch" |
| 41 | (search-patch "lua52-liblua-so.patch"))))) | 41 | "lua52-liblua-so.patch")))) |
| 42 | (build-system gnu-build-system) | 42 | (build-system gnu-build-system) |
| 43 | (inputs `(("readline" ,readline))) | 43 | (inputs `(("readline" ,readline))) |
| 44 | (arguments | 44 | (arguments |
| @@ -78,7 +78,7 @@ for configuration, scripting, and rapid prototyping.") | |||
| 78 | version ".tar.gz")) | 78 | version ".tar.gz")) |
| 79 | (sha256 | 79 | (sha256 |
| 80 | (base32 "0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16")) | 80 | (base32 "0cskd4w0g6rdm2q8q3i4n1h3j8kylhs3rq8mxwl9vwlmlxbgqh16")) |
| 81 | (patches (list (search-patch "lua51-liblua-so.patch"))))))) | 81 | (patches (search-patches "lua51-liblua-so.patch")))))) |
| 82 | 82 | ||
| 83 | (define-public luajit | 83 | (define-public luajit |
| 84 | (package | 84 | (package |
| @@ -90,8 +90,8 @@ for configuration, scripting, and rapid prototyping.") | |||
| 90 | version ".tar.gz")) | 90 | version ".tar.gz")) |
| 91 | (sha256 | 91 | (sha256 |
| 92 | (base32 "0ydxpqkmsn2c341j4r2v6r5r0ig3kbwv3i9jran3iv81s6r6rgjm")) | 92 | (base32 "0ydxpqkmsn2c341j4r2v6r5r0ig3kbwv3i9jran3iv81s6r6rgjm")) |
| 93 | (patches (list (search-patch "luajit-symlinks.patch") | 93 | (patches (search-patches "luajit-symlinks.patch" |
| 94 | (search-patch "luajit-no_ldconfig.patch"))))) | 94 | "luajit-no_ldconfig.patch")))) |
| 95 | (build-system gnu-build-system) | 95 | (build-system gnu-build-system) |
| 96 | (arguments | 96 | (arguments |
| 97 | '(#:tests? #f ;luajit is distributed without tests | 97 | '(#:tests? #f ;luajit is distributed without tests |
