lua-packages.nix: whitespace fixes

This commit is contained in:
Bjørn Forsman 2014-10-12 21:04:52 +02:00
parent 3d75833956
commit 61388880d8

View File

@ -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";