From 8c870263059fb6f9ff4de2fed83eaaa16a6d6c96 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 1 Apr 2026 03:43:44 +0900 Subject: gnu: Add lua5.4-filesystem. * gnu/packages/lua.scm (lua5.4-filesystem): New variable. Change-Id: I8097984be60196ba967a41c941ca08a3c3427414 --- gnu/packages/lua.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages/lua.scm') 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. -- cgit v1.3