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: I3c0c05d3488ff9ebfb56499565ff2bd5999fb484master
parent
9b095daa29
commit
6e248ccc5e
|
@ -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}
|
||||
|
|
Reference in New Issue