diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-27 14:20:09 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-27 14:20:09 -0300 |
commit | 36c6773408ca59a71b5370e9ed18d12c67c18e88 (patch) | |
tree | 48fcad855753c6fca42f2bacf92fe18d95e8c6a2 | |
parent | 4b6d33f063ddc5785572ff6b0696166c06ead02c (diff) | |
download | luarocks-36c6773408ca59a71b5370e9ed18d12c67c18e88.tar.gz luarocks-36c6773408ca59a71b5370e9ed18d12c67c18e88.tar.bz2 luarocks-36c6773408ca59a71b5370e9ed18d12c67c18e88.zip |
binary: dkjson is no longer a dependency, it is now vendored in
-rwxr-xr-x | binary/all_in_one | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binary/all_in_one b/binary/all_in_one index c3de9c2e..53e0f13f 100755 --- a/binary/all_in_one +++ b/binary/all_in_one | |||
@@ -468,7 +468,6 @@ local function main() | |||
468 | luaposix = if_platform("unix", "./binary/luaposix-35.1-1.rockspec"), | 468 | luaposix = if_platform("unix", "./binary/luaposix-35.1-1.rockspec"), |
469 | luasocket = "luasocket", | 469 | luasocket = "luasocket", |
470 | luafilesystem = "luafilesystem", | 470 | luafilesystem = "luafilesystem", |
471 | dkjson = "dkjson", | ||
472 | } | 471 | } |
473 | 472 | ||
474 | fs.make_dir(LUA_MODULES) | 473 | fs.make_dir(LUA_MODULES) |