diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-17 15:17:20 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-26 19:55:48 +0200 |
commit | 0bc07c60ced116a87fb788ffaef1f700f5ff5885 (patch) | |
tree | 1a3d0b338fe27300411f0ee3187b9078534e9045 | |
parent | 3b909674dd0d5f70ffa93a65ea6d834b07f8cb68 (diff) |
gnu: go-github-com-docker-docker: Adjust inputs.
* gnu/packages/golang-xyz.scm (go-github-com-docker-docker)
[propagated-inputs]: Remove go-go-opentelemetry-io-contrib; add
go-go-opentelemetry-io-contrib-instrumentation-net-http-otelhttp.
Change-Id: If07f275e23fd28e01f98af0f546d842e74ed003c
-rw-r--r-- | gnu/packages/golang-xyz.scm | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 254e8d995c..a8094c3d1c 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -5908,17 +5908,18 @@ interact with distribution components.") #:import-path "github.com/docker/docker" #:skip-build? #t #:tests? #f)) - (propagated-inputs (list go-github-com-docker-go-units - go-github-com-containerd-containerd - go-github-com-containerd-log - go-github-com-gogo-protobuf - go-go-opentelemetry-io-otel - go-github-com-moby-sys-user - go-github-com-moby-sys-userns - go-github-com-moby-sys-sequential - go-go-opentelemetry-io-contrib - go-github-com-klauspost-compress - go-github-com-moby-docker-image-spec)) + (propagated-inputs + (list go-github-com-containerd-containerd + go-github-com-containerd-log + go-github-com-docker-go-units + go-github-com-gogo-protobuf + go-github-com-klauspost-compress + go-github-com-moby-docker-image-spec + go-github-com-moby-sys-sequential + go-github-com-moby-sys-user + go-github-com-moby-sys-userns + go-go-opentelemetry-io-contrib-instrumentation-net-http-otelhttp + go-go-opentelemetry-io-otel)) (home-page "https://github.com/docker/docker") (synopsis "The Moby Project") (description |