summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-06-06 12:00:49 +0900
committerMatthieu Coudron <mattator@gmail.com>2019-06-06 12:12:15 +0900
commitdbf4c8051a022585fb4a923b0a57996fa406e9ae (patch)
tree26368c5ea84cd7719786ee242b2e97316dbf69b0 /pkgs/tools/typesetting
parent7a35dcef0a3157e925c511cce3cc3ecddd20aba9 (diff)
luaPackages.lua-zlib: 1.1 -> 1.2
Renamed from luazlib to luarocks name lua-zlib. Move to generated.
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/sile/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/typesetting/sile/default.nix b/pkgs/tools/typesetting/sile/default.nix
index c507db3cf1fe..71c2131e57d6 100644
--- a/pkgs/tools/typesetting/sile/default.nix
+++ b/pkgs/tools/typesetting/sile/default.nix
@@ -1,5 +1,5 @@
{ stdenv, darwin, fetchurl, makeWrapper, pkgconfig
-, harfbuzz, icu, lpeg, luaexpat, luazlib, luafilesystem, luasocket, luasec
+, harfbuzz, icu, lpeg, luaexpat, lua-zlib, luafilesystem, luasocket, luasec
, fontconfig, lua, libiconv
, makeFontsConf, gentium, gentium-book-basic, dejavu_fonts
}:
@@ -8,7 +8,7 @@ with stdenv.lib;
let
- libs = [ lpeg luaexpat luazlib luafilesystem luasocket luasec ];
+ libs = [ lpeg luaexpat lua-zlib luafilesystem luasocket luasec ];
getPath = lib : type : "${lib}/lib/lua/${lua.luaversion}/?.${type};${lib}/share/lua/${lua.luaversion}/?.${type}";
getLuaPath = lib : getPath lib "lua";
getLuaCPath = lib : getPath lib "so";