fix(scala): remove -emacs suffix from metals executable
Ref: https://github.com/NixOS/nixpkgs/pull/182087#issuecomment-1296195328
This commit is contained in:
parent
0f843535be
commit
57e2e989b1
2 changed files with 3 additions and 3 deletions
|
@ -9,5 +9,5 @@
|
|||
"This module requires (:tools tree-sitter)")
|
||||
|
||||
(if (and (modulep! +lsp)
|
||||
(not (executable-find "metals-emacs")))
|
||||
(warn! "metals-emacs isn't installed"))
|
||||
(not (executable-find "metals")))
|
||||
(warn! "metals isn't installed"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue