* [bug#64460] [PATCH] gnu: Add emacs-eglot-x.
@ 2023-07-04 14:40 Hilton Chain via Guix-patches via
2023-07-10 7:04 ` Andrew Tropin
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-04 14:40 UTC (permalink / raw)
To: 64460; +Cc: Hilton Chain, Andrew Tropin, Liliana Marie Prikler
* gnu/packages/emacs-xyz.scm (emacs-eglot-x): New variable.
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6c86ee3793..ff457e869f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18542,6 +18542,30 @@ (define-public emacs-eglot
one if it fails.")
(license license:gpl3+)))
+(define-public emacs-eglot-x
+ ;; Not tagged.
+ (let ((commit "a09ab28cf01d7cbb223ad83fbbb694c5158c96b8"))
+ (package
+ (name "emacs-eglot-x")
+ (version "0.6")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nemethf/eglot-x")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0s17nv59gzgqgskid41lfacsqnzdiq2p3ds0vglcfqwypr3k898c"))))
+ (build-system emacs-build-system)
+ (inputs (list emacs-eglot))
+ (home-page "https://github.com/nemethf/eglot-x")
+ (synopsis "Protocol extensions for Eglot")
+ (description
+ "This package adds support for some LSP extensions to @code{emacs-eglot}.
+")
+ (license license:gpl3+))))
+
(define-public emacs-jabber
;; No releases available.
(let ((commit "af0315e174fa6446d5c4dd3e6465d48912950e58")
base-commit: 1011100868ec6d712145c75c016b18ba5913c7c7
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#64460] [PATCH] gnu: Add emacs-eglot-x.
2023-07-04 14:40 [bug#64460] [PATCH] gnu: Add emacs-eglot-x Hilton Chain via Guix-patches via
@ 2023-07-10 7:04 ` Andrew Tropin
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Tropin @ 2023-07-10 7:04 UTC (permalink / raw)
To: Hilton Chain, 64460; +Cc: Hilton Chain, Liliana Marie Prikler
[-- Attachment #1: Type: text/plain, Size: 1751 bytes --]
On 2023-07-04 22:40, Hilton Chain wrote:
> * gnu/packages/emacs-xyz.scm (emacs-eglot-x): New variable.
> ---
> gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 6c86ee3793..ff457e869f 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -18542,6 +18542,30 @@ (define-public emacs-eglot
> one if it fails.")
> (license license:gpl3+)))
>
> +(define-public emacs-eglot-x
> + ;; Not tagged.
> + (let ((commit "a09ab28cf01d7cbb223ad83fbbb694c5158c96b8"))
> + (package
> + (name "emacs-eglot-x")
> + (version "0.6")
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/nemethf/eglot-x")
> + (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "0s17nv59gzgqgskid41lfacsqnzdiq2p3ds0vglcfqwypr3k898c"))))
> + (build-system emacs-build-system)
> + (inputs (list emacs-eglot))
> + (home-page "https://github.com/nemethf/eglot-x")
> + (synopsis "Protocol extensions for Eglot")
> + (description
> + "This package adds support for some LSP extensions to @code{emacs-eglot}.
> +")
> + (license license:gpl3+))))
> +
> (define-public emacs-jabber
> ;; No releases available.
> (let ((commit "af0315e174fa6446d5c4dd3e6465d48912950e58")
>
> base-commit: 1011100868ec6d712145c75c016b18ba5913c7c7
Applied, pushed as 44b6d26f2d, thank you! :)
--
Best regards,
Andrew Tropin
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-10 7:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-04 14:40 [bug#64460] [PATCH] gnu: Add emacs-eglot-x Hilton Chain via Guix-patches via
2023-07-10 7:04 ` Andrew Tropin
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.