me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-lsp-server-0.5.

* gnu/packages/crates-io.scm (rust-lsp-server-0.5): Delete variable.

Change-Id: Ia3487fc0e793baac7311dc5db6426cfa15d2e1f2
master
Efraim Flashner 2024-01-22 22:07:32 +02:00
parent 3e82437c49
commit afd482ac01
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 30 deletions

View File

@ -34746,36 +34746,6 @@ server (LSP).")
("rust-serde-repr" ,rust-serde-repr-0.1)
("rust-url" ,rust-url-2))))))
(define-public rust-lsp-server-0.5
(package
(name "rust-lsp-server")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "lsp-server" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"14irb3kawr5i2cx295xyw8q7pv18d52cjh3c6rd858aw5l2df9b8"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-crossbeam-channel"
,rust-crossbeam-channel-0.5)
("rust-log" ,rust-log-0.4)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1))
#:cargo-development-inputs
(("rust-lsp-types" ,rust-lsp-types-0.83))))
(home-page
"https://github.com/rust-analyzer/lsp-server")
(synopsis "Generic LSP server scaffold")
(description "This package provides a generic LSP server scaffold.")
(license (list license:expat license:asl2.0))))
(define-public rust-lz4-1
(package
(name "rust-lz4")