diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-23 01:01:08 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-31 22:52:11 +0100 |
commit | d98325a917fa347cf66e02469fe5a0d99c8579f2 (patch) | |
tree | b1e1badc92c1b8eacdd7c2fd1cc6976a186d6022 | |
parent | 84cb3fdf59b3352732c8cb6754851a37fc41b392 (diff) |
gnu: go-github-com-docker-cli: Add more inputs.
* gnu/packages/golang-xyz.scm (go-github-com-docker-cli):
[propagated-inputs]: Add go-github-com-fvbommel-sortorder and
go-github-com-pkg-errors. Sort.
Change-Id: I7ca28258c10ba66d0121dada9d5bd027130fac76
-rw-r--r-- | gnu/packages/golang-xyz.scm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 4331ae6339..72ce17c79b 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -5456,8 +5456,8 @@ is an actively maintained fork of @url{https://github.com/ogier/pflag}.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/docker/cli") - (commit (string-append "v" version)))) + (url "https://github.com/docker/cli") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "0gaz2pkivky94z8148aa27kdxn548j3r96xa3a9xfqpi6b1rhy27")) @@ -5472,10 +5472,13 @@ is an actively maintained fork of @url{https://github.com/ogier/pflag}.") #:embed-files #~(list ".*\\.json") #:skip-build? #t #:tests? #f)) - (propagated-inputs (list go-github-com-mitchellh-mapstructure - go-gopkg-in-yaml-v2 - go-github-com-google-shlex - go-github-com-docker-docker-credential-helpers)) + (propagated-inputs + (list go-github-com-docker-docker-credential-helpers + go-github-com-fvbommel-sortorder + go-github-com-google-shlex + go-github-com-mitchellh-mapstructure + go-github-com-pkg-errors + go-gopkg-in-yaml-v2)) (home-page "https://github.com/docker/cli") (synopsis "Docker command-line interface") (description "This repository is the home of the Docker command-line |