sharlatan pushed a commit to branch master
in repository guix.
commit 7675dec155aea222678cd125bb23c971ec5b002e
Author: Troy Figiel <[email protected]>
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 <[email protected]>
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