GNU bug report logs - #54176
[PATCH] gnu: Add emacs-lsp-metals

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#54176: closed ([PATCH] gnu: Add emacs-lsp-metals)
Date: Mon, 28 Feb 2022 10:14:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 28 Feb 2022 11:13:24 +0100
with message-id <87a6ebguyj.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#54176] [PATCH] gnu: Add emacs-lsp-metals
has caused the debbugs.gnu.org bug report #54176,
regarding [PATCH] gnu: Add emacs-lsp-metals
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
From: Stephen Webber <montokapro <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Stephen Webber <montokapro <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-lsp-metals
Date: Sat, 26 Feb 2022 19:36:27 -0600
---
 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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Stephen Webber <montokapro <at> gmail.com>
Cc: 54176-done <at> debbugs.gnu.org
Subject: Re: [bug#54176] [PATCH] gnu: Add emacs-lsp-metals
Date: Mon, 28 Feb 2022 11:13:24 +0100
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


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.