guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-lsp-mode: Add clients.


From: guix-commits
Subject: branch master updated: gnu: emacs-lsp-mode: Add clients.
Date: Tue, 07 Sep 2021 03:29:36 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4610f44  gnu: emacs-lsp-mode: Add clients.
4610f44 is described below

commit 4610f44efdebdd968b28c8a9e0e21058677ab4ab
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 7 09:28:45 2021 +0200

    gnu: emacs-lsp-mode: Add clients.
    
    * gnu/packages/emacs-xyz.scm (emacs-lsp-mode)[arguments]: Also install
    LSP-mode clients.
---
 gnu/packages/emacs-xyz.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2de5866..daa9cbf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23556,6 +23556,11 @@ the standard @code{Dockerfile} file format.")
        (sha256
         (base32 "1a6jc9sxf9b8fj9h8xlv5k546bkzsy8j5nj19cfama389z0bzcsl"))))
     (build-system emacs-build-system)
+    (arguments
+     `(#:include (cons "^clients/" %default-include)
+       ;; FIXME: Ignore the following file, which cannot be compiled properly,
+       ;; because it tries to load another client from the same directory.
+       #:exclude (list "clients/lsp-vetur\\.el")))
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)
        ("emacs-f" ,emacs-f)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]