mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(scala): remove -emacs suffix from metals executable
Ref: https://github.com/NixOS/nixpkgs/pull/182087#issuecomment-1296195328
This commit is contained in:
@ -87,7 +87,7 @@ coursier bootstrap \
|
|||||||
org.scalameta:metals_2.12:0.9.4 \
|
org.scalameta:metals_2.12:0.9.4 \
|
||||||
-r bintray:scalacenter/releases \
|
-r bintray:scalacenter/releases \
|
||||||
-r sonatype:snapshots \
|
-r sonatype:snapshots \
|
||||||
-o /usr/local/bin/metals-emacs -f
|
-o /usr/local/bin/metals -f
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** Arch Linux
|
**** Arch Linux
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
"This module requires (:tools tree-sitter)")
|
"This module requires (:tools tree-sitter)")
|
||||||
|
|
||||||
(if (and (modulep! +lsp)
|
(if (and (modulep! +lsp)
|
||||||
(not (executable-find "metals-emacs")))
|
(not (executable-find "metals")))
|
||||||
(warn! "metals-emacs isn't installed"))
|
(warn! "metals isn't installed"))
|
||||||
|
Reference in New Issue
Block a user