Search Criteria
Package Details: elixir-ls 0.24.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/elixir-ls.git (read-only, click to copy) |
---|---|
Package Base: | elixir-ls |
Description: | A frontend-independent Language Server Protocol for Elixir |
Upstream URL: | https://github.com/elixir-lsp/elixir-ls |
Licenses: | Apache-2.0 |
Submitter: | KokaKiwi |
Maintainer: | KokaKiwi |
Last Packager: | KokaKiwi |
Votes: | 7 |
Popularity: | 0.193045 |
First Submitted: | 2019-08-31 11:56 (UTC) |
Last Updated: | 2024-11-11 12:38 (UTC) |
Dependencies (3)
- elixir (elixir-gitAUR)
- erlang-nox (erlang)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
kainlite commented on 2024-02-20 03:21 (UTC)
if you are facing this error:
you probably have
asdf
installed, the solution is to export the PATH without the asdf binaries in the build section of the package so it uses the system-wide installed versionbyronalley commented on 2023-12-27 21:01 (UTC)
The old
release
has been deprecated in favour ofrelease2
and I found it wouldn't compile for me with elixir 1.16 / otp 26.2 without changing line 36 accordingly:YrGVyFszGuSBeVLK commented on 2023-10-13 01:44 (UTC) (edited on 2023-10-13 01:47 (UTC) by YrGVyFszGuSBeVLK)
unknown command: escript. Perhaps you have to reshim? ==> ERROR: A failure occurred in build().
rubin55 commented on 2023-06-20 18:22 (UTC)
Hey It would be great if you can update to v0.15.0 which came out yesterday! I also sent a message to demize asking if he can upgrade elixir in extras to v1.15.0. Thanks for the great package!
S13ntist commented on 2021-01-02 11:48 (UTC)
Hi, For this to build in a clean chroot you need to fetch the rebar / hex deps first as well as add git to the makedepends, patch inlined below: