mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: go-github-com-onsi-ginkgo: Refresh package style.
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo) [arguments]: Place <#:import-path> on new line. [propagated-inputs]: Sort inputs alphabetically. Change-Id: I70b7f1838c8d8fc6744ad724ed4b79fdd645f6c4
This commit is contained in:
parent
903117947b
commit
2ec622961c
1 changed files with 7 additions and 7 deletions
|
@ -441,17 +441,17 @@ (define-public go-github-com-onsi-ginkgo
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1hh6n7q92y0ai8k6rj2yzw6wwxikhyiyk4j92zgvf1zad0gmqqmz"))))
|
||||||
"1hh6n7q92y0ai8k6rj2yzw6wwxikhyiyk4j92zgvf1zad0gmqqmz"))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/onsi/ginkgo"))
|
(list
|
||||||
|
#:import-path "github.com/onsi/ginkgo"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-golang-org-x-sys
|
(list go-github-com-go-task-slim-sprig
|
||||||
go-golang-org-x-tools
|
|
||||||
go-github-com-go-task-slim-sprig
|
|
||||||
go-github-com-nxadm-tail
|
go-github-com-nxadm-tail
|
||||||
go-github-com-onsi-gomega))
|
go-github-com-onsi-gomega
|
||||||
|
go-golang-org-x-sys
|
||||||
|
go-golang-org-x-tools))
|
||||||
(home-page "https://github.com/onsi/ginkgo")
|
(home-page "https://github.com/onsi/ginkgo")
|
||||||
(synopsis "BDD-style testing framework for Go")
|
(synopsis "BDD-style testing framework for Go")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue