summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-23 01:01:08 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-31 22:52:11 +0100
commitf9da2c6fbd5f4a6726f5a1da0d6f6d958b8633be (patch)
tree1558eb6df479ab3819986e2e0db0640ecfcacda2
parentd98325a917fa347cf66e02469fe5a0d99c8579f2 (diff)
gnu: go-github-com-docker-docker: Add more inputs.
* gnu/packages/golang-xyz.scm (go-github-com-docker-docker): [propagated-inputs]: Add go-github-com-distribution-reference and go-github-com-docker-go-connections. Sort Change-Id: I2dc0f0dc7c32d97aeedbc1d32d0f73d99236a65d
-rw-r--r--gnu/packages/golang-xyz.scm29
1 files changed, 16 insertions, 13 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 72ce17c79b..89e588a812 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -5536,8 +5536,8 @@ interact with distribution components.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/moby/moby")
- (commit (string-append "v" version))))
+ (url "https://github.com/moby/moby")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0852mrvs8602azqzx2zhb1xl0vs7baw8qfmkgrl625xm5hxrigvq"))
@@ -5550,17 +5550,20 @@ 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-distribution-reference
+ go-github-com-docker-go-connections
+ 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
+ go-go-opentelemetry-io-otel))
(home-page "https://github.com/docker/docker")
(synopsis "The Moby Project")
(description