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:
parent
f363abc15d
commit
b7997a58d7
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue