This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f642fdaeb6 gnu: emacs-consult-eglot: Add extensions.
f642fdaeb6 is described below
commit f642fdaeb66f8d6de67b08e167c78cac02452fc7
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Feb 6 11:23:19 2026 +0100
gnu: emacs-consult-eglot: Add extensions.
* gnu/packages/emacs-xyz.scm (emacs-consult-eglot)[propagated-inputs]:
Add emacs-embark.
[arguments]: #:include ’consult-eglot-embark.
Change-Id: I5a61297342e666742667dc54c0a3e64ac50a19e9
---
gnu/packages/emacs-xyz.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1c9cddda83..3e6a4f7230 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15394,8 +15394,12 @@ versions utilizing Consult's internal API.")
"1xx5g4z4l0kanf2mh3f798gw8ydfzbx15wfyqrnhwhiljz796xis"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
- (arguments (list #:tests? #f)) ; no tests
- (propagated-inputs (list emacs-consult emacs-eglot))
+ (arguments
+ (list
+ #:tests? #f ;no tests
+ #:include #~(cons "^extensions\\/consult-eglot-embark"
+ %default-include)))
+ (propagated-inputs (list emacs-consult emacs-eglot emacs-embark))
(home-page "https://github.com/mohkale/consult-eglot")
(synopsis "Consulting-read interface for eglot")
(description "This package acts as a parallel of consult-lsp for eglot and