GNU bug report logs -
#54560
[PATCH 00/47] gnu: Add go-github-com-prometheus-prometheus.
Previous Next
Full log
Message #92 received at 54560 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-uber-jaeger-lib): New variable.
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e39d0ec062..c4a6d76791 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10439,6 +10439,31 @@ (define-public go-github-com-tidwall-pretty
(home-page "https://github.com/tidwall/pretty")
(license license:expat)))
+(define-public go-github-com-uber-jaeger-lib
+ (package
+ (name "go-github-com-uber-jaeger-lib")
+ (version "2.4.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jaegertracing/jaeger-lib")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "15871xzc7qs00yy5bv1gzdv4xlfws68bhb70m4k5p5n41060ppj0"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/uber/jaeger-lib"))
+ (synopsis "Shared infrastructure libraries used by Jaeger")
+ (description
+ "A collection of shared infrastructure libraries used
+by different components of Jaeger backend and @code{jaeger-client-go}.
+This library is not intended to be used standalone, and provides no
+guarantees of backwards compatibility.")
+ (home-page "https://github.com/jaegertracing/jaeger-lib")
+ (license license:asl2.0)))
+
(define-public go-google-golang-org-protobuf
(package
(name "go-google-golang-org-protobuf")
--
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.