blob: e573efaab3dd85817fa2e6258a044463f03c1e79 (
plain)
1
2
3
4
5
6
7
8
|
# Patches for LuaRocks on SerenityOS
## `luarocks.patch`
src/luarocks/core/cfg.lua: Setup serenity as a platform and config `defaults.variables.UNZIP` to work around our `unzip` command not supporting the flag `-n`
src/luarocks/core/sysdetect.lua: Detect SerenityOS using the `uname` command
This should should be upstreamed so next versions of LuaRocks will support Serenity out of the box.
|