lua5_5: build linux target

This commit is contained in:
Marc Jakobi
2026-01-29 23:53:47 +01:00
parent 135902e0bd
commit 4267c71982
@@ -31,10 +31,10 @@ stdenv.mkDerivation (
luaversion = lib.versions.majorMinor finalAttrs.version;
plat =
if (stdenv.hostPlatform.isLinux && lib.versionOlder self.luaversion "5.4") then
"linux"
else if (stdenv.hostPlatform.isLinux && self.luaversion == "5.4") then
if (stdenv.hostPlatform.isLinux && self.luaversion == "5.4") then
"linux-readline"
else if stdenv.hostPlatform.isLinux then
"linux"
else if stdenv.hostPlatform.isDarwin then
"macosx"
else if stdenv.hostPlatform.isMinGW then