|
126 | 126 |
|
127 | 127 | meta = {
|
128 | 128 | homepage = "http://matthewwild.co.uk/projects/luaexpat";
|
129 |
| - hydraPlatforms = stdenv.lib.platforms.unix; |
| 129 | + plaftorms = stdenv.lib.platforms.unix; |
130 | 130 | maintainers = [ stdenv.lib.maintainers.flosse ];
|
131 | 131 | };
|
132 | 132 | };
|
|
146 | 146 | '';
|
147 | 147 | meta = {
|
148 | 148 | homepage = "https://github.com/keplerproject/luafilesystem";
|
149 |
| - hydraPlatforms = stdenv.lib.platforms.unix; |
| 149 | + plaftorms = stdenv.lib.platforms.unix; |
150 | 150 | maintainers = with maintainers; [ flosse ];
|
151 | 151 | };
|
152 | 152 | };
|
|
162 | 162 | meta = {
|
163 | 163 | description = "Lua bindings for POSIX API";
|
164 | 164 | homepage = "https://github.com/luaposix/luaposix";
|
165 |
| - hydraPlatforms = stdenv.lib.platforms.unix; |
| 165 | + plaftorms = stdenv.lib.platforms.unix; |
166 | 166 | };
|
167 | 167 | };
|
168 | 168 |
|
|
175 | 175 | };
|
176 | 176 | meta = {
|
177 | 177 | homepage = "http://www.tset.de/lpty";
|
178 |
| - hydraPlatforms = stdenv.lib.platforms.linux; |
| 178 | + plaftorms = stdenv.lib.platforms.linux; |
179 | 179 | license = stdenv.lib.licenses.mit;
|
180 | 180 | };
|
181 | 181 | preBuild = ''
|
|
239 | 239 |
|
240 | 240 | meta = with stdenv.lib; {
|
241 | 241 | homepage = "http://w3.impa.br/~diego/software/luasocket/";
|
242 |
| - hydraPlatforms = with platforms; [darwin linux freebsd illumos]; |
| 242 | + plaftorms = with platforms; [darwin linux freebsd illumos]; |
243 | 243 | maintainers = with maintainers; [ mornfall ];
|
244 | 244 | };
|
245 | 245 | };
|
|
257 | 257 | disabled = isLua52;
|
258 | 258 | meta = {
|
259 | 259 | homepage = "https://github.com/luaforge/luazip";
|
260 |
| - hydraPlatforms = stdenv.lib.platforms.linux; |
| 260 | + plaftorms = stdenv.lib.platforms.linux; |
261 | 261 | license = stdenv.lib.licenses.mit;
|
262 | 262 | };
|
263 | 263 | };
|
|
288 | 288 |
|
289 | 289 | meta = with stdenv.lib; {
|
290 | 290 | homepage = https://github.com/brimworks/lua-zlib;
|
291 |
| - hydraPlatforms = platforms.unix; |
| 291 | + plaftorms = platforms.unix; |
292 | 292 | license = licenses.mit;
|
293 | 293 | maintainers = [ maintainers.koral ];
|
294 | 294 | };
|
|
304 | 304 | buildInputs = [ autoreconfHook unzip ];
|
305 | 305 | meta = {
|
306 | 306 | homepage = "https://github.com/lua-stdlib/lua-stdlib/";
|
307 |
| - hydraPlatforms = stdenv.lib.platforms.linux; |
| 307 | + plaftorms = stdenv.lib.platforms.linux; |
308 | 308 | license = stdenv.lib.licenses.mit;
|
309 | 309 | };
|
310 | 310 | };
|
|
339 | 339 |
|
340 | 340 | meta = {
|
341 | 341 | homepage = "https://github.com/lua-stdlib/lua-stdlib/";
|
342 |
| - hydraPlatforms = stdenv.lib.platforms.linux; |
| 342 | + plaftorms = stdenv.lib.platforms.linux; |
343 | 343 | license = stdenv.lib.licenses.mit;
|
344 | 344 | broken = true;
|
345 | 345 | };
|
|
359 | 359 |
|
360 | 360 | meta = {
|
361 | 361 | homepage = "https://github.com/LuaDist/luasql-sqlite3";
|
362 |
| - hydraPlatforms = stdenv.lib.platforms.linux; |
| 362 | + plaftorms = stdenv.lib.platforms.linux; |
363 | 363 | license = stdenv.lib.licenses.mit;
|
364 | 364 | };
|
365 | 365 | };
|
|
387 | 387 |
|
388 | 388 | meta = {
|
389 | 389 | homepage = "http://www.inf.puc-rio.br/~roberto/lpeg/";
|
390 |
| - hydraPlatforms = stdenv.lib.platforms.all; |
| 390 | + plaftorms = stdenv.lib.platforms.all; |
391 | 391 | license = stdenv.lib.licenses.mit;
|
392 | 392 | };
|
393 | 393 | };
|
|
459 | 459 | meta = {
|
460 | 460 | description = "Simple implementation of msgpack in C Lua 5.1";
|
461 | 461 | homepage = "https://github.com/tarruda/libmpack";
|
462 |
| - hydraPlatforms = stdenv.lib.platforms.linux; |
| 462 | + plaftorms = stdenv.lib.platforms.linux; |
463 | 463 | license = stdenv.lib.licenses.mit;
|
464 | 464 | };
|
465 | 465 | };
|
|
0 commit comments