lua*Packages.lua-yajl: init at 2.0-1

Dependency for mudlet >= 4.0
This commit is contained in:
Philipp
2019-09-07 23:05:55 +09:00
committed by Matthieu Coudron
parent fc250d64e5
commit 2787d4160c
3 changed files with 27 additions and 0 deletions
@@ -235,6 +235,12 @@ with super;
];
});
lua-yajl = super.lua-yajl.override({
buildInputs = [
pkgs.yajl
];
});
luuid = super.luuid.override(old: {
externalDeps = [
{ name = "LIBUUID"; dep = pkgs.libuuid; }