-
Notifications
You must be signed in to change notification settings - Fork 72
Replace external deps with homebrew formulae #198
Comments
We can remove luarocks dep. |
@justinmk |
Ah, right. |
luarocks exists in the homebrew boneyard and it was re/moved here Homebrew/legacy-homebrew#37842 so it looks like any project that uses need to bundle it in the way its done now. |
Building bundled In detail, we need pass |
Maybe we should go with current method with these 3 deps, instead of making difficult workarounds. Homebrew seems not to work well with luajit. |
@equal-l2 Agreed. At some point we will ship lua and the few lua-based dependencies "statically" as part of nvim core--similar to how the VimL runtime files are shipped. |
Then we will wait until the time comes. |
Current external deps and why can't replace with homebrew formula now
luv
- No formula yetluajit
- Homebrewluajit
can't build neovim-bundledluarocks
luarocks
- Homebrewluajit
doesn't bundleluarocks
, andluarocks
formula doesn't existThe text was updated successfully, but these errors were encountered: