lua5: Re-enabel on Darwin

Prior to 1bf5ded1933b18af9a95dc263063756ed9d383ba this contained
`hydraPlatforms = platforms.linux`, which was apparently misleading.

Changed files
+2 -2
pkgs
development
interpreters
+1 -1
pkgs/development/interpreters/lua-5/5.2.nix
···
for configuration, scripting, and rapid prototyping.
'';
license = stdenv.lib.licenses.mit;
-
platforms = stdenv.lib.platforms.linux;
+
platforms = stdenv.lib.platforms.unix;
};
}
+1 -1
pkgs/development/interpreters/lua-5/5.3.nix
···
for configuration, scripting, and rapid prototyping.
'';
license = stdenv.lib.licenses.mit;
-
platforms = stdenv.lib.platforms.linux;
+
platforms = stdenv.lib.platforms.unix;
};
}