mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
lua-packages: hydraPlatforms -> platforms
I see no original reason. It seems someone started using hydraPlatforms in that file and everyone else was just conforming to the style.
This commit is contained in:
parent
ac7ed3b91f
commit
505d7bea3a
@ -126,7 +126,7 @@ let
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://matthewwild.co.uk/projects/luaexpat";
|
homepage = "http://matthewwild.co.uk/projects/luaexpat";
|
||||||
hydraPlatforms = stdenv.lib.platforms.unix;
|
plaftorms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.flosse ];
|
maintainers = [ stdenv.lib.maintainers.flosse ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -146,7 +146,7 @@ let
|
|||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/keplerproject/luafilesystem";
|
homepage = "https://github.com/keplerproject/luafilesystem";
|
||||||
hydraPlatforms = stdenv.lib.platforms.unix;
|
plaftorms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with maintainers; [ flosse ];
|
maintainers = with maintainers; [ flosse ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -162,7 +162,7 @@ let
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Lua bindings for POSIX API";
|
description = "Lua bindings for POSIX API";
|
||||||
homepage = "https://github.com/luaposix/luaposix";
|
homepage = "https://github.com/luaposix/luaposix";
|
||||||
hydraPlatforms = stdenv.lib.platforms.unix;
|
plaftorms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -175,7 +175,7 @@ let
|
|||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.tset.de/lpty";
|
homepage = "http://www.tset.de/lpty";
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
plaftorms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
};
|
};
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
@ -239,7 +239,7 @@ let
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://w3.impa.br/~diego/software/luasocket/";
|
homepage = "http://w3.impa.br/~diego/software/luasocket/";
|
||||||
hydraPlatforms = with platforms; [darwin linux freebsd illumos];
|
plaftorms = with platforms; [darwin linux freebsd illumos];
|
||||||
maintainers = with maintainers; [ mornfall ];
|
maintainers = with maintainers; [ mornfall ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -257,7 +257,7 @@ let
|
|||||||
disabled = isLua52;
|
disabled = isLua52;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/luaforge/luazip";
|
homepage = "https://github.com/luaforge/luazip";
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
plaftorms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -288,7 +288,7 @@ let
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/brimworks/lua-zlib;
|
homepage = https://github.com/brimworks/lua-zlib;
|
||||||
hydraPlatforms = platforms.unix;
|
plaftorms = platforms.unix;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.koral ];
|
maintainers = [ maintainers.koral ];
|
||||||
};
|
};
|
||||||
@ -304,7 +304,7 @@ let
|
|||||||
buildInputs = [ autoreconfHook unzip ];
|
buildInputs = [ autoreconfHook unzip ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
|
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
plaftorms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -339,7 +339,7 @@ let
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
|
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
plaftorms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
broken = true;
|
broken = true;
|
||||||
};
|
};
|
||||||
@ -359,7 +359,7 @@ let
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/LuaDist/luasql-sqlite3";
|
homepage = "https://github.com/LuaDist/luasql-sqlite3";
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
plaftorms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -387,7 +387,7 @@ let
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.inf.puc-rio.br/~roberto/lpeg/";
|
homepage = "http://www.inf.puc-rio.br/~roberto/lpeg/";
|
||||||
hydraPlatforms = stdenv.lib.platforms.all;
|
plaftorms = stdenv.lib.platforms.all;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -459,7 +459,7 @@ let
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Simple implementation of msgpack in C Lua 5.1";
|
description = "Simple implementation of msgpack in C Lua 5.1";
|
||||||
homepage = "https://github.com/tarruda/libmpack";
|
homepage = "https://github.com/tarruda/libmpack";
|
||||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
plaftorms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user