lua5_5: build linux target (#485353)

This commit is contained in:
Matthieu Coudron
2026-01-30 15:35:32 +00:00
committed by GitHub
@@ -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