mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: go-github-com-openzipkin-zipkin-go: Enable build and tests.
* gnu/packages/golang-web.scm (go-github-com-openzipkin-zipkin-go): [arguments] <skip-build?, tests?>: Enable. [propagated-inputs]: Add go-github-com-ibm-sarama and go-github-com-rabbitmq-amqp091-go. [description]: Provide URL with short explanation of what Zipkin is. Change-Id: Ia3945e598b2868ab28b40ee7a4ff7937dc169558
This commit is contained in:
@@ -14076,24 +14076,24 @@ standard library.")
|
|||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
;; TODO: Enable tests and build when all missing inputs are packages, use
|
#:import-path "github.com/openzipkin/zipkin-go"
|
||||||
;; as source only package for Kubo.
|
;; span_test.go:56: expected valid endpoint, got error: host lookup
|
||||||
#:skip-build? #t
|
;; failure: lookup www.google.com on [::1]:53: read udp
|
||||||
#:tests? #f
|
;; [::1]:56302->[::1]:53: read: connection refused
|
||||||
#:import-path "github.com/openzipkin/zipkin-go"))
|
#:test-flags #~(list "-skip" "TestRemoteEndpoint|TestHTTPClient")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-onsi-ginkgo-v2
|
(list go-github-com-onsi-ginkgo-v2
|
||||||
go-github-com-onsi-gomega))
|
go-github-com-onsi-gomega))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ;; go-github-com-ibm-sarama
|
(list go-github-com-ibm-sarama
|
||||||
;; go-github-com-rabbitmq-amqp091-go
|
go-github-com-rabbitmq-amqp091-go
|
||||||
go-google-golang-org-grpc
|
go-google-golang-org-grpc
|
||||||
go-google-golang-org-protobuf))
|
go-google-golang-org-protobuf))
|
||||||
(home-page "https://github.com/openzipkin/zipkin-go")
|
(home-page "https://github.com/openzipkin/zipkin-go")
|
||||||
(synopsis "Zipkin Library for Go")
|
(synopsis "Zipkin Library for Go")
|
||||||
(description
|
(description
|
||||||
"Package zipkin implements a native Zipkin instrumentation library for
|
"Package zipkin implements a native Zipkin instrumentation library for
|
||||||
Go.")
|
Go. @url{https://zipkin.io/, Zipkin} is a distributed tracing system.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-oracle-oci-go-sdk-v65
|
(define-public go-github-com-oracle-oci-go-sdk-v65
|
||||||
|
|||||||
Reference in New Issue
Block a user