gnu: emacs-lsp-ivy: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-lsp-ivy): Update to 0.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
38b05e7d30
commit
71dd1be597
|
@ -21035,31 +21035,29 @@ and code peeking.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-lsp-ivy
|
(define-public emacs-lsp-ivy
|
||||||
(let ((commit "caf1e1d7e22ed0b5fe18dd508d1a6f83dd163288")
|
(package
|
||||||
(revision "2"))
|
(name "emacs-lsp-ivy")
|
||||||
(package
|
(version "0.4")
|
||||||
(name "emacs-lsp-ivy")
|
(source
|
||||||
(version (git-version "0.1" revision commit))
|
(origin
|
||||||
(source (origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url "https://github.com/emacs-lsp/lsp-ivy")
|
||||||
(url "https://github.com/emacs-lsp/lsp-ivy")
|
(commit version)))
|
||||||
(commit commit)))
|
(file-name (git-file-name name version))
|
||||||
(file-name (git-file-name name version))
|
(sha256
|
||||||
(sha256
|
(base32 "08dpn0vcfdwwysijwdpnnj91m69yw0q464i0wmp51zpj3dyd4kb1"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"084ds4qhzhivfnicy3h7z4mblxgcqx8pfnkbjr9qjrfng7cisy4z"))))
|
(propagated-inputs
|
||||||
(build-system emacs-build-system)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
(propagated-inputs
|
("emacs-ivy" ,emacs-ivy)
|
||||||
`(("emacs-ivy" ,emacs-ivy)
|
("emacs-lsp-mode" ,emacs-lsp-mode)))
|
||||||
("emacs-lsp-mode" ,emacs-lsp-mode)
|
(home-page "https://github.com/emacs-lsp/lsp-ivy")
|
||||||
("emacs-dash" ,emacs-dash)))
|
(synopsis "Provide LSP-enhanced completion for symbols")
|
||||||
(home-page "https://github.com/emacs-lsp/lsp-ivy")
|
(description
|
||||||
(synopsis "Provide LSP-enhanced completion for symbols")
|
"This package enhances @code{ivy} with completion for symbols from
|
||||||
(description
|
|
||||||
"This package enhances @code{ivy} with completion for symbols from
|
|
||||||
workspaces with a LSP-compliant server running.")
|
workspaces with a LSP-compliant server running.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-helm-lsp
|
(define-public emacs-helm-lsp
|
||||||
(let ((commit "3a58ca4cfd94b9ab1e15e819d3b16ef568e8889b")
|
(let ((commit "3a58ca4cfd94b9ab1e15e819d3b16ef568e8889b")
|
||||||
|
|
Reference in New Issue