luaPackages.lua-iconv: move to generated

This commit is contained in:
Matthieu Coudron
2019-02-06 01:11:54 +09:00
parent c84a431624
commit 0cb3ee3bde
4 changed files with 24 additions and 26 deletions

View File

@@ -56,6 +56,9 @@ with super;
'';
disabled= luaOlder "5.1" || luaAtLeast "5.4" || isLuaJIT;
});
lua-iconv = super.lua-iconv.override({
buildInputs = [ pkgs.libiconv ];
});
luv = super.luv.overrideAttrs(oa: {
propagatedBuildInputs = oa.propagatedBuildInputs ++ [ pkgs.libuv ];
});