* [bug#45664] [PATCH] gnu: Add missing dependency to emacs-eglot.
@ 2021-01-04 22:09 John Soo
2021-01-10 11:11 ` bug#45664: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: John Soo @ 2021-01-04 22:09 UTC (permalink / raw)
To: 45664
[-- Attachment #1: Type: text/plain, Size: 221 bytes --]
Hi Guix,
I was using eglot after the update to 1.7 and it crashed with 'void
function project-root'. Looks like a dependency on project.el was
introduced. This patch should fix the missing dependency.
Thanks!
- John
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Fix-missing-emacs-eglot-dependency-on-emacs-proj.patch --]
[-- Type: text/x-patch, Size: 1010 bytes --]
From 80cb69fb87a4abd227b0bb0da707b65f67c4be34 Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
Date: Mon, 4 Jan 2021 13:47:23 -0800
Subject: [PATCH] gnu: Fix missing emacs-eglot dependency on emacs-project.
* gnu/packages/emacs-xyz.scm (emacs-eglot): [propagated-inputs] Add
emacs-project.
---
gnu/packages/emacs-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0071ce5fe7..b8e3c51363 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12592,7 +12592,8 @@ Emacs.")
(base32 "1zvs144hxq2mmq1h0ynx9hy7yyccb46f3pjg9mgq8v9cw5y678vk"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-jsonrpc" ,emacs-jsonrpc)))
+ `(("emacs-jsonrpc" ,emacs-jsonrpc)
+ ("emacs-project" ,emacs-project)))
(home-page "https://github.com/joaotavora/eglot")
(synopsis "Client for Language Server Protocol (LSP) servers")
(description
--
2.29.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#45664: [PATCH] gnu: Add missing dependency to emacs-eglot.
2021-01-04 22:09 [bug#45664] [PATCH] gnu: Add missing dependency to emacs-eglot John Soo
@ 2021-01-10 11:11 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-01-10 11:11 UTC (permalink / raw)
To: John Soo; +Cc: 45664-done
Hello,
John Soo <jsoo1@asu.edu> writes:
> Subject: [PATCH] gnu: Fix missing emacs-eglot dependency on
> emacs-project.
Applied (with a small tweak to commit message). Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-10 11:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04 22:09 [bug#45664] [PATCH] gnu: Add missing dependency to emacs-eglot John Soo
2021-01-10 11:11 ` bug#45664: " Nicolas Goaziou
unofficial mirror of guix-patches@gnu.org
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://yhetil.org/guix-patches/1 guix-patches/git/1.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 guix-patches guix-patches/ https://yhetil.org/guix-patches \
guix-patches@gnu.org
public-inbox-index guix-patches
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://news.yhetil.org/yhetil.gnu.guix.patches
AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git