unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [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 related	[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

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).