GNU bug report logs -
#54176
[PATCH] gnu: Add emacs-lsp-metals
Previous Next
Reported by: Stephen Webber <montokapro <at> gmail.com>
Date: Sun, 27 Feb 2022 01:38:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#54176: [PATCH] gnu: Add emacs-lsp-metals
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 54176 <at> debbugs.gnu.org.
--
54176: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54176
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
Stephen Webber <montokapro <at> gmail.com> writes:
> ---
> +(define-public emacs-lsp-metals
Thank you.
I normalized the commit message, and turned the description into
a complete sentence.
Patch applied!
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ef98088100..c270c13275 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24627,6 +24627,29 @@ (define-public emacs-lsp-java
(description "Emacs Java IDE using Eclipse JDT Language Server.")
(license license:gpl3+)))
+(define-public emacs-lsp-metals
+ (package
+ (name "emacs-lsp-metals")
+ (version "1.2.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacs-lsp/lsp-metals")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0ca5xq1l3lscx36pcdnpy2axgyikjrl18naqr140kr1y500sy37s"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list emacs-dap-mode
+ emacs-lsp-treemacs
+ emacs-scala-mode))
+ (home-page "https://github.com/emacs-lsp/lsp-metals")
+ (synopsis "Scala support for lsp-mode")
+ (description "Emacs Scala IDE using lsp-mode to connect to Metals.")
+ (license license:gpl3+)))
+
(define-public emacs-lsp-ui
(package
(name "emacs-lsp-ui")
--
2.32.0
This bug report was last modified 3 years and 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.