mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-eglot-x: Fix compatibility with emacs-eglot.
The current emacs-eglot-x version we package is broken when used with an eglot version higher than 1.16 (emacs-eglot is currently at version 1.17). Upstream has an as-of-yet unreleased fix, so let's backport that to our package. * gnu/packages/patches/emacs-eglot-x-fix-apply-text-edits.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/emacs-xyz.scm (emacs-eglot-x)[patches]: Use it here. Change-Id: Id39f4805dc37902048139049785a4f7852202a8c Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
56dff9d303
commit
5aa63d06a9
3 changed files with 29 additions and 1 deletions
|
@ -21505,7 +21505,11 @@ one if it fails.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0s17nv59gzgqgskid41lfacsqnzdiq2p3ds0vglcfqwypr3k898c"))))
|
||||
"0s17nv59gzgqgskid41lfacsqnzdiq2p3ds0vglcfqwypr3k898c"))
|
||||
;; Backporting an unreleased fix from
|
||||
;; https://github.com/nemethf/eglot-x/commit/354150c299e241df09c8b904b68177fd9b41fe0e
|
||||
;; Remove this patch once version 0.7 is released
|
||||
(patches (search-patches "emacs-eglot-x-fix-apply-text-edits.patch"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs (list emacs-eglot))
|
||||
(home-page "https://github.com/nemethf/eglot-x")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue