mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
d98325a917
commit
f9da2c6fbd
1 changed files with 16 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue