diff options
Diffstat (limited to 'gnu/packages/lua.scm')
| -rw-r--r-- | gnu/packages/lua.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index a0b6d872d43..fd737d4d0c6 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -432,6 +432,9 @@ directory structure and file attributes.") (define-public lua5.2-filesystem (make-lua-filesystem "lua5.2-filesystem" lua-5.2)) +(define-public lua5.4-filesystem + (make-lua-filesystem "lua5.4-filesystem" lua-5.4)) + (define-public lua-bee ;; There are no releases; use the commit known to work with the packaged ;; luamake. |
