mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github.com-smartystreets-assertions: Rename variable.
* gnu/packages/golang-check.scm (go-github.com-smartystreets-assertions): Rename variable to go-github-com-smartystreets-assertions to follow current package style. (go-github.com-smartystreets-goconvey) [propagated-inputs]: Remove go-github.com-smartystreets-assertions; add go-github-com-smartystreets-assertions. Change-Id: Ic25602f52b9d4717a5101648b402f61d1957cb1a
This commit is contained in:
parent
2880519316
commit
e20cd0ab90
1 changed files with 4 additions and 3 deletions
|
@ -1060,9 +1060,9 @@ such as readers and writers that fail after N consecutive reads/writes.")
|
|||
execution when a test fails.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github.com-smartystreets-assertions
|
||||
(define-public go-github-com-smartystreets-assertions
|
||||
(package
|
||||
(name "go-github.com-smartystreets-assertions")
|
||||
(name "go-github-com-smartystreets-assertions")
|
||||
(version "1.13.0")
|
||||
(source
|
||||
(origin
|
||||
|
@ -1109,7 +1109,8 @@ 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