lua5_5: build linux target
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user