kak-lsp / homebrew-kak-lsp

Homebrew formula for kak-lsp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew formula broken for linuxbrew

untr09 opened this issue · comments

I see that the homebrew formula directly pulls kak-lsp-v8.0.0-x86_64-apple-darwin.tar.gz

This is broken on linux (https://docs.brew.sh/Homebrew-on-Linux)

However, I was able to follow the instructions here to get it working on linux.
You probably just need to detect the platform somehow and use kak-lsp-v8.0.0-x86_64-unknown-linux-musl.tar.gz instead.

Hello! This is a good catch. Unfortunately, I don't use homebrew even on macOS anymore so it's a bit involved for me to work on the solution. However, PR is more than welcome!