mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-go-lsp-dev-uri.
* gnu/packages/golang-xyz.scm (go-go-lsp-dev-uri): New variable. Change-Id: I1a5b4f7e4729f674c05ae3f410530b852f4a8fd4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
dda1297ee8
commit
762d5107da
1 changed files with 24 additions and 0 deletions
|
@ -18187,6 +18187,30 @@ JSON-RPC 2 specification for Go.")
|
|||
"Collection of Go modules for the Go Language Server project.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-go-lsp-dev-uri
|
||||
(package
|
||||
(name "go-go-lsp-dev-uri")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/go-language-server/uri")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mz1jnbf46rzs3iy8a601rdfmify6x56jsw2wsjvmyczn4vz8qwc"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "go.lsp.dev/uri"))
|
||||
(propagated-inputs (list go-github-com-google-go-cmp))
|
||||
(home-page "https://go.lsp.dev/uri")
|
||||
(synopsis "Go library for URI (uniform resource identifier)")
|
||||
(description
|
||||
"The @code{uri} package implements the URI Uniform Resource
|
||||
Identifier (RFC3986) specification in Go.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-go-etcd-io-bbolt
|
||||
(package
|
||||
(name "go-go-etcd-io-bbolt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue