lua-packages.nix: whitespace fixes
This commit is contained in:
parent
3d75833956
commit
61388880d8
@ -5,9 +5,9 @@
|
||||
for each package in a separate file: the call to the function would
|
||||
be almost as must code as the function itself. */
|
||||
|
||||
{ fetchurl, stdenv, lua, callPackage, unzip, zziplib,
|
||||
pcre, oniguruma, gnulib, tre, glibc,
|
||||
sqlite, openssl, expat }:
|
||||
{ fetchurl, stdenv, lua, callPackage, unzip, zziplib
|
||||
, pcre, oniguruma, gnulib, tre, glibc, sqlite, openssl, expat
|
||||
}:
|
||||
|
||||
let
|
||||
isLua51 = lua.luaversion == "5.1";
|
||||
|
Loading…
x
Reference in New Issue
Block a user