aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/golang-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-07-20 18:29:01 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-07-25 21:00:59 +0100
commit1036a78fa2a51d22063e6c66e237b48eecd33e7a (patch)
tree934f657e746aabef9df61e74c2e02b604909a5c9 /gnu/packages/golang-check.scm
parent4731149db44ceb917bc34f6bc48197aa43251807 (diff)
downloadguix-1036a78fa2a51d22063e6c66e237b48eecd33e7a.tar.gz
guix-1036a78fa2a51d22063e6c66e237b48eecd33e7a.zip
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
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r--gnu/packages/golang-check.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index b4e85349fb..8aaad3967c 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -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