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
|
for each package in a separate file: the call to the function would
|
||||||
be almost as must code as the function itself. */
|
be almost as must code as the function itself. */
|
||||||
|
|
||||||
{ fetchurl, stdenv, lua, callPackage, unzip, zziplib,
|
{ fetchurl, stdenv, lua, callPackage, unzip, zziplib
|
||||||
pcre, oniguruma, gnulib, tre, glibc,
|
, pcre, oniguruma, gnulib, tre, glibc, sqlite, openssl, expat
|
||||||
sqlite, openssl, expat }:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
isLua51 = lua.luaversion == "5.1";
|
isLua51 = lua.luaversion == "5.1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user