guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d98325a917fa347cf66e02469fe5a0d99c8579f2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jul 23 01:01:08 2025 +0100

    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
---
 gnu/packages/golang-xyz.scm | 15 +++++++++------
 1 file 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

Reply via email to