From 8c870263059fb6f9ff4de2fed83eaaa16a6d6c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Wed, 1 Apr 2026 03:43:44 +0900 Subject: [PATCH] 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(+) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index a0b6d872d4..fd737d4d0c 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.