Skip to content

Commit 505d7be

Browse files
committedFeb 19, 2017
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.
1 parent ac7ed3b commit 505d7be

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
 

‎pkgs/top-level/lua-packages.nix

+12-12
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ let
126126

127127
meta = {
128128
homepage = "http://matthewwild.co.uk/projects/luaexpat";
129-
hydraPlatforms = stdenv.lib.platforms.unix;
129+
plaftorms = stdenv.lib.platforms.unix;
130130
maintainers = [ stdenv.lib.maintainers.flosse ];
131131
};
132132
};
@@ -146,7 +146,7 @@ let
146146
'';
147147
meta = {
148148
homepage = "https://github.com/keplerproject/luafilesystem";
149-
hydraPlatforms = stdenv.lib.platforms.unix;
149+
plaftorms = stdenv.lib.platforms.unix;
150150
maintainers = with maintainers; [ flosse ];
151151
};
152152
};
@@ -162,7 +162,7 @@ let
162162
meta = {
163163
description = "Lua bindings for POSIX API";
164164
homepage = "https://github.com/luaposix/luaposix";
165-
hydraPlatforms = stdenv.lib.platforms.unix;
165+
plaftorms = stdenv.lib.platforms.unix;
166166
};
167167
};
168168

@@ -175,7 +175,7 @@ let
175175
};
176176
meta = {
177177
homepage = "http://www.tset.de/lpty";
178-
hydraPlatforms = stdenv.lib.platforms.linux;
178+
plaftorms = stdenv.lib.platforms.linux;
179179
license = stdenv.lib.licenses.mit;
180180
};
181181
preBuild = ''
@@ -239,7 +239,7 @@ let
239239

240240
meta = with stdenv.lib; {
241241
homepage = "http://w3.impa.br/~diego/software/luasocket/";
242-
hydraPlatforms = with platforms; [darwin linux freebsd illumos];
242+
plaftorms = with platforms; [darwin linux freebsd illumos];
243243
maintainers = with maintainers; [ mornfall ];
244244
};
245245
};
@@ -257,7 +257,7 @@ let
257257
disabled = isLua52;
258258
meta = {
259259
homepage = "https://github.com/luaforge/luazip";
260-
hydraPlatforms = stdenv.lib.platforms.linux;
260+
plaftorms = stdenv.lib.platforms.linux;
261261
license = stdenv.lib.licenses.mit;
262262
};
263263
};
@@ -288,7 +288,7 @@ let
288288

289289
meta = with stdenv.lib; {
290290
homepage = https://github.com/brimworks/lua-zlib;
291-
hydraPlatforms = platforms.unix;
291+
plaftorms = platforms.unix;
292292
license = licenses.mit;
293293
maintainers = [ maintainers.koral ];
294294
};
@@ -304,7 +304,7 @@ let
304304
buildInputs = [ autoreconfHook unzip ];
305305
meta = {
306306
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
307-
hydraPlatforms = stdenv.lib.platforms.linux;
307+
plaftorms = stdenv.lib.platforms.linux;
308308
license = stdenv.lib.licenses.mit;
309309
};
310310
};
@@ -339,7 +339,7 @@ let
339339

340340
meta = {
341341
homepage = "https://github.com/lua-stdlib/lua-stdlib/";
342-
hydraPlatforms = stdenv.lib.platforms.linux;
342+
plaftorms = stdenv.lib.platforms.linux;
343343
license = stdenv.lib.licenses.mit;
344344
broken = true;
345345
};
@@ -359,7 +359,7 @@ let
359359

360360
meta = {
361361
homepage = "https://github.com/LuaDist/luasql-sqlite3";
362-
hydraPlatforms = stdenv.lib.platforms.linux;
362+
plaftorms = stdenv.lib.platforms.linux;
363363
license = stdenv.lib.licenses.mit;
364364
};
365365
};
@@ -387,7 +387,7 @@ let
387387

388388
meta = {
389389
homepage = "http://www.inf.puc-rio.br/~roberto/lpeg/";
390-
hydraPlatforms = stdenv.lib.platforms.all;
390+
plaftorms = stdenv.lib.platforms.all;
391391
license = stdenv.lib.licenses.mit;
392392
};
393393
};
@@ -459,7 +459,7 @@ let
459459
meta = {
460460
description = "Simple implementation of msgpack in C Lua 5.1";
461461
homepage = "https://github.com/tarruda/libmpack";
462-
hydraPlatforms = stdenv.lib.platforms.linux;
462+
plaftorms = stdenv.lib.platforms.linux;
463463
license = stdenv.lib.licenses.mit;
464464
};
465465
};

0 commit comments

Comments
 (0)