mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-jacobsa-oglematchers: Fix indentation.
* gnu/packages/golang-check.scm (go-github-com-jacobsa-oglematchers): Fix indentation. Change-Id: I4e994c9e1750952b3a1cb5521410db9e173e888d
This commit is contained in:
parent
2b631daf5f
commit
da6d33d74a
1 changed files with 24 additions and 24 deletions
|
@ -703,30 +703,30 @@ used in go-github-com-jackc-pgx.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-jacobsa-oglematchers
|
(define-public go-github-com-jacobsa-oglematchers
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-jacobsa-oglematchers")
|
(name "go-github-com-jacobsa-oglematchers")
|
||||||
(version "0.0.0-20150720000706-141901ea67cd")
|
(version "0.0.0-20150720000706-141901ea67cd")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/jacobsa/oglematchers")
|
(uri (git-reference
|
||||||
(commit (go-version->git-ref version))))
|
(url "https://github.com/jacobsa/oglematchers")
|
||||||
(file-name (git-file-name name version))
|
(commit (go-version->git-ref version))))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"09ff5x6vbhd9zl1z4yzyk573ifh16rry38q1rx986kbz4hqkmniq"))))
|
(base32 "09ff5x6vbhd9zl1z4yzyk573ifh16rry38q1rx986kbz4hqkmniq"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/jacobsa/oglematchers"
|
'(#:import-path "github.com/jacobsa/oglematchers"
|
||||||
;; break loop with with go-github-com-jacobsa-ogletest
|
;; break loop with with go-github-com-jacobsa-ogletest
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(home-page "https://github.com/jacobsa/oglematchers")
|
(home-page "https://github.com/jacobsa/oglematchers")
|
||||||
(synopsis "Matchers for Go testing framework")
|
(synopsis "Matchers for Go testing framework")
|
||||||
(description
|
(description
|
||||||
"Package oglematchers provides a set of matchers useful in a testing or mocking
|
"Package oglematchers provides a set of matchers useful in a testing or
|
||||||
framework. These matchers are inspired by and mostly compatible with Google
|
mocking framework. These matchers are inspired by and mostly compatible with
|
||||||
Test for C++ and Google JS Test.")
|
Google Test for C++ and Google JS Test.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-jacobsa-oglemock
|
(define-public go-github-com-jacobsa-oglemock
|
||||||
(let ((commit "e94d794d06ffc6de42cb19d0dab3c219efdd6dcf")
|
(let ((commit "e94d794d06ffc6de42cb19d0dab3c219efdd6dcf")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue