mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add rust-lsp-types-0.80.
* gnu/packages/crates-io.scm (rust-lsp-types-0.80): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
5a499ebcfa
commit
c844ab8653
1 changed files with 28 additions and 0 deletions
|
@ -19312,6 +19312,34 @@ (define-public rust-lscolors-0.6
|
|||
(base32
|
||||
"0jxsgkn378kxkiqdshdjdclw5wwp2xaz45cqd3yw85fhn8a38fza"))))))
|
||||
|
||||
(define-public rust-lsp-types-0.80
|
||||
(package
|
||||
(name "rust-lsp-types")
|
||||
(version "0.80.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "lsp-types" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1vwjmi4apa4np6fgy95gq1nxc322br9cx7q2mm6vpb5x2lkmw9pl"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-base64" ,rust-base64-0.12)
|
||||
("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-serde-repr" ,rust-serde-repr-0.1)
|
||||
("rust-url" ,rust-url-2))))
|
||||
(home-page "https://github.com/gluon-lang/lsp-types")
|
||||
(synopsis "Types for interaction with a language server")
|
||||
(description
|
||||
"This package provides types useful for interacting with a language
|
||||
server (LSP).")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-lzma-sys-0.1
|
||||
(package
|
||||
(name "rust-lzma-sys")
|
||||
|
|
Loading…
Reference in a new issue