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
This commit is contained in:
Sharlatan Hellseher 2025-07-23 01:01:08 +01:00
parent 84cb3fdf59
commit d98325a917
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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