Skip to content

Commit

Permalink
lua-packages: hydraPlatforms -> platforms
Browse files Browse the repository at this point in the history
I see no original reason.  It seems someone started using hydraPlatforms
in that file and everyone else was just conforming to the style.
  • Loading branch information
vcunat committed Feb 19, 2017
1 parent ac7ed3b commit 505d7be
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pkgs/top-level/lua-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ let

meta = {
homepage = "http://matthewwild.co.uk/projects/luaexpat";
hydraPlatforms = stdenv.lib.platforms.unix;
plaftorms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.flosse ];
};
};
Expand All @@ -146,7 +146,7 @@ let
'';
meta = {
homepage = "https://github.com/keplerproject/luafilesystem";
hydraPlatforms = stdenv.lib.platforms.unix;
plaftorms = stdenv.lib.platforms.unix;
maintainers = with maintainers; [ flosse ];
};
};
Expand All @@ -162,7 +162,7 @@ let
meta = {
description = "Lua bindings for POSIX API";
homepage = "https://github.com/luaposix/luaposix";
hydraPlatforms = stdenv.lib.platforms.unix;
plaftorms = stdenv.lib.platforms.unix;
};
};

Expand All @@ -175,7 +175,7 @@ let
};
meta = {
homepage = "http://www.tset.de/lpty";
hydraPlatforms = stdenv.lib.platforms.linux;
plaftorms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit;
};
preBuild = ''
Expand Down Expand Up @@ -239,7 +239,7 @@ let

meta = with stdenv.lib; {
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 ];
};
};
Expand All @@ -257,7 +257,7 @@ let
disabled = isLua52;
meta = {
homepage = "https://github.com/luaforge/luazip";
hydraPlatforms = stdenv.lib.platforms.linux;
plaftorms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit;
};
};
Expand Down Expand Up @@ -288,7 +288,7 @@ let

meta = with stdenv.lib; {
homepage = https://github.com/brimworks/lua-zlib;
hydraPlatforms = platforms.unix;
plaftorms = platforms.unix;
license = licenses.mit;
maintainers = [ maintainers.koral ];
};
Expand All @@ -304,7 +304,7 @@ let
buildInputs = [ autoreconfHook unzip ];
meta = {
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
hydraPlatforms = stdenv.lib.platforms.linux;
plaftorms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit;
};
};
Expand Down Expand Up @@ -339,7 +339,7 @@ let

meta = {
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
hydraPlatforms = stdenv.lib.platforms.linux;
plaftorms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit;
broken = true;
};
Expand All @@ -359,7 +359,7 @@ let

meta = {
homepage = "https://github.com/LuaDist/luasql-sqlite3";
hydraPlatforms = stdenv.lib.platforms.linux;
plaftorms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit;
};
};
Expand Down Expand Up @@ -387,7 +387,7 @@ let

meta = {
homepage = "http://www.inf.puc-rio.br/~roberto/lpeg/";
hydraPlatforms = stdenv.lib.platforms.all;
plaftorms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.mit;
};
};
Expand Down Expand Up @@ -459,7 +459,7 @@ let
meta = {
description = "Simple implementation of msgpack in C Lua 5.1";
homepage = "https://github.com/tarruda/libmpack";
hydraPlatforms = stdenv.lib.platforms.linux;
plaftorms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit;
};
};
Expand Down

3 comments on commit 505d7be

@dezgeg
Copy link
Contributor

@dezgeg dezgeg commented on 505d7be Feb 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plaftorms isn't an improvement though ;)

@vcunat
Copy link
Member Author

@vcunat vcunat commented on 505d7be Feb 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested the tarball job this time.

@vcunat
Copy link
Member Author

@vcunat vcunat commented on 505d7be Feb 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean, before pushing the fix to this 77f5a50.

Please sign in to comment.