me
/
guix
Archived
1
0
Fork 0

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
master
Troy Figiel 2024-02-24 10:06:30 +01:00 committed by Sharlatan Hellseher
parent e1a0562dae
commit 7675dec155
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 1 additions and 2 deletions

View File

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