fix(scala): remove -emacs suffix from metals executable

Ref: https://github.com/NixOS/nixpkgs/pull/182087#issuecomment-1296195328
This commit is contained in:
Chaoky 2023-07-22 11:33:04 -03:00 committed by GitHub
parent 0f843535be
commit 57e2e989b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@ coursier bootstrap \
org.scalameta:metals_2.12:0.9.4 \
-r bintray:scalacenter/releases \
-r sonatype:snapshots \
-o /usr/local/bin/metals-emacs -f
-o /usr/local/bin/metals -f
#+end_src
**** Arch Linux