guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/37: gnu: go-github-com-spf13-afero: Add missing input.


From: guix-commits
Subject: 23/37: gnu: go-github-com-spf13-afero: Add missing input.
Date: Wed, 6 Mar 2024 18:46:20 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 7675dec155aea222678cd125bb23c971ec5b002e
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sat Feb 24 10:06:30 2024 +0100

    gnu: go-github-com-spf13-afero: Add missing input.
    
    * gnu/packages/golang.scm (go-github-com-spf13-afero): Add missing input.
    [propagated-inputs]: Add go-github-com-pkg-sftp.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
    Change-Id: If428fdf82c191ce3e408053886c5ec726e9644df
---
 gnu/packages/golang.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 32c2171ca2..db57c16a84 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3781,8 +3781,7 @@ containers.")
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/spf13/afero"))
-    (propagated-inputs
-     `(("golang.org/x/text" ,go-golang-org-x-text)))
+    (propagated-inputs (list go-github-com-pkg-sftp go-golang-org-x-text))
     (home-page "https://github.com/spf13/afero";)
     (synopsis "File system abstraction for Go")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]