summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2024-09-22 14:26:21 +0100
committerSharlatan Hellseher <[email protected]>2024-11-09 21:33:52 +0000
commitac856615f8d6aecf23a0dcc758a98e86a671d9e7 (patch)
treea425ddd3c1b273b907ff5d391dd31cb0109462b3 /gnu/packages/golang.scm
parente20cd0ab90b46bcaefc8e406a3c0fd6a92407c78 (diff)
gnu: go-github.com-smartystreets-goconvey: Rename variable.
* gnu/packages/golang-check.scm (go-github.com-smartystreets-goconvey): Rename variable to go-github-com-smartystreets-goconvey. * gnu/packages/golang-xyz.scm (go-github-com-polydawn-refmt) [propagated-inputs]: Remove go-github.com-smartystreets-goconvey; add go-github-com-smartystreets-goconvey. * gnu/packages/golang.scm (go-gopkg-in-ini) [native-inputs] Remove go-github.com-smartystreets-goconvey; add go-github-com-smartystreets-goconvey. Change-Id: Ibde73bf974edadb90236a6c0d2dcee6545860e6e
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 612a4896da..d43ad2f4b6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7421,7 +7421,7 @@ aware of your profiles and configuration in ~/.aws/config.")
"1dm9ydqyflasp5li22kb0w73s6kp2swii8naqfhnz64v171gmm5v"))))
(build-system go-build-system)
(native-inputs
- (list go-github.com-smartystreets-goconvey))
+ (list go-github-com-smartystreets-goconvey))
(arguments
'(#:import-path "gopkg.in/ini.v1"
#:phases %standard-phases))