diff options
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 73c4b4cd3d..a122e6b989 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -23493,38 +23493,6 @@ library.") " This package provides an command line interface (CLI) tool.")))) -(define-public go-connectrpc-com-connect - (package - (name "go-connectrpc-com-connect") - (version "1.18.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/connectrpc/connect-go") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0a6rzp57srhyf66jri62gfsj4ndpfxgb9ln15qdpfwv0xvcffz63")))) - (build-system go-build-system) - (arguments - (list - #:import-path "connectrpc.com/connect" - ;; Needs additional dependencies.. - #:tests? #f)) - (propagated-inputs (list go-google-golang-org-protobuf - go-golang-org-x-net - go-github-com-google-go-cmp)) - (home-page "https://connectrpc.com/connect") - (synopsis "@acronym{RPC, Remote procedure call} framework built on -Protocol Buffers") - (description - "Package @code{connect} is a slim RPC framework built on Protocol Buffers -and @code{net/http}. In addition to supporting its own protocol, Connect -handlers and clients are wire-compatible with gRPC and gRPC-Web, including -streaming.") - (license license:asl2.0))) - (define-public go-csv2table (package/inherit go-github-com-olekukonko-tablewriter (name "go-csv2table") |