mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-consult-eglot: Update 0.2.0-0.db9d41c.
* gnu/packages/emacs-xyz.scm (emacs-consult-eglot): Update 0.2.0-0.db9d41c. Signed-off-by: Andrew Tropin <andrew@trop.in> Co-authored-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
33a0a80702
commit
811f4fc509
1 changed files with 20 additions and 17 deletions
|
@ -11581,25 +11581,28 @@ versions utilizing Consult's internal API.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-consult-eglot
|
(define-public emacs-consult-eglot
|
||||||
(package
|
(let ((revision "0")
|
||||||
(name "emacs-consult-eglot")
|
(commit "db9d41c9812a5a8a7b9a22fa7f3c314e37584d41"))
|
||||||
(version "0.2.0")
|
(package
|
||||||
(source (origin
|
(name "emacs-consult-eglot")
|
||||||
(method git-fetch)
|
(version (git-version "0.2.0" revision commit))
|
||||||
(uri (git-reference
|
(source (origin
|
||||||
(url "https://github.com/mohkale/consult-eglot")
|
(method git-fetch)
|
||||||
(commit (string-append "v" version))))
|
(uri (git-reference
|
||||||
(sha256
|
(url "https://github.com/mohkale/consult-eglot")
|
||||||
(base32 "1qxk1npxbf8m3g9spikgdxcf6mzjx6cwy3f5vn6zz5ksh14xw3sd"))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))))
|
(sha256
|
||||||
(build-system emacs-build-system)
|
(base32
|
||||||
(propagated-inputs (list emacs-consult emacs-eglot))
|
"1xcv9lj4r9s584gfkbqi9dmi045a3phb2x63fzfd7vpdy15xg47n"))
|
||||||
(home-page "https://github.com/mohkale/consult-eglot")
|
(file-name (git-file-name name version))))
|
||||||
(synopsis "Consulting-read interface for eglot")
|
(build-system emacs-build-system)
|
||||||
(description "This package acts as a parallel of consult-lsp for eglot and
|
(propagated-inputs (list emacs-consult emacs-eglot))
|
||||||
|
(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
|
||||||
provides a front-end interface for the workspace/symbols LSP procedure
|
provides a front-end interface for the workspace/symbols LSP procedure
|
||||||
call.")
|
call.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-consult-flycheck
|
(define-public emacs-consult-flycheck
|
||||||
;; This particular commit introduces bug fixes above latest release.
|
;; This particular commit introduces bug fixes above latest release.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue