mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: go-github.com-jtolds-gls: Rename variable.
* gnu/packages/golang.scm (go-github.com-jtolds-gls): Rename variable to go-github-com-jtolds-gls to follow importer style. * gnu/packages/golang-check.scm (go-github.com-smartystreets-goconvey): [propagated-inputs]: Remove go-github.com-jtolds-gls; add go-github-com-jtolds-gls. Change-Id: I5a3e1e77e646ff37421bdb8f7aab8d881a646999
This commit is contained in:
parent
4731149db4
commit
1036a78fa2
2 changed files with 3 additions and 3 deletions
|
@ -996,7 +996,7 @@ functions for writing tests in Go.")
|
|||
(arguments
|
||||
'(#:import-path "github.com/smartystreets/goconvey"))
|
||||
(propagated-inputs
|
||||
(list go-github.com-jtolds-gls go-github.com-smartystreets-assertions))
|
||||
(list go-github-com-jtolds-gls go-github.com-smartystreets-assertions))
|
||||
(home-page "https://github.com/smartystreets/goconvey")
|
||||
(synopsis "Go testing tool with both a web and terminal user interface")
|
||||
(description "GoConvey is a testing tool for Go. It integrates with go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue