1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: Add protoc-gen-go.

* gnu/packages/golang-build.scm (protoc-gen-go): New variable.

Change-Id: I09bf1a7a4d42aab8787acb5476cebb00aad0bb40
This commit is contained in:
Sharlatan Hellseher 2024-12-10 22:13:53 +00:00
parent f363abc15d
commit b7997a58d7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1108,6 +1108,18 @@ improved and cleaner API.")
#:import-path "golang.org/x/vuln/cmd/govulncheck"
#:unpack-path "golang.org/x/vuln"))))
(define-public protoc-gen-go
(package
(inherit go-github-com-golang-protobuf)
(name "protoc-gen-go")
(arguments
(list
#:tests? #f
#:install-source? #f
#:import-path "github.com/golang/protobuf/protoc-gen-go"
#:unpack-path "github.com/golang/protobuf"))
(synopsis "Protoc plugin to generate a Go protocol buffer package")))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar