GNU bug report logs -
#54560
[PATCH 00/47] gnu: Add go-github-com-prometheus-prometheus.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/golang.scm (go-github-com-golang-protobuf-ptypes): New
variable.
---
gnu/packages/golang.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6945680e0e..f8ca9cf580 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6526,6 +6526,14 @@ (define-public go-github-com-golang-protobuf-proto
(home-page "https://github.com/golang/protobuf")
(license license:bsd-3)))
+(define-public go-github-com-golang-protobuf-ptypes
+ (package
+ (inherit go-github-com-golang-protobuf-proto)
+ (name "go-github-com-golang-protobuf-ptypes")
+ (arguments
+ '(#:import-path "github.com/golang/protobuf/ptypes"
+ #:unpack-path "github.com/golang/protobuf"))))
+
(define-public go-github-com-mattn-go-zglob
(package
(name "go-github-com-mattn-go-zglob")
--
2.34.0
This bug report was last modified 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.