gnu: emacs-xyz: Add emacs-xref-union.

* gnu/packages/emacs-xyz.scm (emacs-xref-union): New variable.

Change-Id: Idea12ce6869f5244a873e933cf1135db284d2391
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Daniel Ziltener 2024-01-24 21:47:41 +01:00 committed by Nicolas Goaziou
parent fa6716e080
commit a2d4a64d04
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -38094,6 +38094,26 @@ (define-public emacs-xref
commands, in particular @code{find-definition}.")
(license license:gpl3+)))
(define-public emacs-xref-union
(package
(name "emacs-xref-union")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/xref-union-"
version ".tar"))
(sha256
(base32
"0ghhasqs0xq2i576fp97qx6x3h940kgyp76a49gj5cdmig8kyfi8"))))
(build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/xref-union.html")
(synopsis "Combine multiple Xref backends")
(description
"This package provides a way to combine multiple Xref source
(e.g., Etags and Eglot) and have the results all at once.")
(license license:gpl3+)))
(define-public emacs-burly
(package
(name "emacs-burly")