mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
e20cd0ab90
commit
ac856615f8
3 changed files with 4 additions and 4 deletions
|
@ -1092,9 +1092,9 @@ execution when a test fails.")
|
||||||
functions for writing tests in Go.")
|
functions for writing tests in Go.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github.com-smartystreets-goconvey
|
(define-public go-github-com-smartystreets-goconvey
|
||||||
(package
|
(package
|
||||||
(name "go-github.com-smartystreets-goconvey")
|
(name "go-github-com-smartystreets-goconvey")
|
||||||
(version "1.6.3")
|
(version "1.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
|
@ -6204,7 +6204,7 @@ Pion}.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-urfave-cli
|
(list go-github-com-urfave-cli
|
||||||
go-github-com-warpfork-go-wish
|
go-github-com-warpfork-go-wish
|
||||||
go-github.com-smartystreets-goconvey
|
go-github-com-smartystreets-goconvey
|
||||||
go-gopkg-in-yaml-v2))
|
go-gopkg-in-yaml-v2))
|
||||||
(home-page "https://github.com/polydawn/refmt/")
|
(home-page "https://github.com/polydawn/refmt/")
|
||||||
(synopsis "Object mapping for Go language")
|
(synopsis "Object mapping for Go language")
|
||||||
|
|
|
@ -7421,7 +7421,7 @@ aware of your profiles and configuration in ~/.aws/config.")
|
||||||
"1dm9ydqyflasp5li22kb0w73s6kp2swii8naqfhnz64v171gmm5v"))))
|
"1dm9ydqyflasp5li22kb0w73s6kp2swii8naqfhnz64v171gmm5v"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github.com-smartystreets-goconvey))
|
(list go-github-com-smartystreets-goconvey))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "gopkg.in/ini.v1"
|
'(#:import-path "gopkg.in/ini.v1"
|
||||||
#:phases %standard-phases))
|
#:phases %standard-phases))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue