me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-twpayne-go-vfs: Add missing input.

* gnu/packages/golang.scm (go-github-com-twpayne-go-vfs)
[native-inputs]: Add go-github-com-stretchr-testify.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I3c0c05d3488ff9ebfb56499565ff2bd5999fb484
master
Troy Figiel 2024-02-10 18:24:13 +01:00 committed by Sharlatan Hellseher
parent 9b095daa29
commit 6e248ccc5e
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 1 deletions

View File

@ -8307,7 +8307,8 @@ temporal directories.")
(arguments
`(#:import-path "github.com/twpayne/go-vfs"))
(native-inputs
(list go-github-com-bmatcuk-doublestar))
(list go-github-com-bmatcuk-doublestar
go-github-com-stretchr-testify))
(home-page "https://github.com/twpayne/go-vfs/")
(synopsis "Abstraction of the @code{os} and @code{ioutil} Go packages")
(description "Package @code{vfs} provides an abstraction of the @code{os}