1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: go-github-com-jacobsa-oglemock: Fix indentation.

* gnu/packages/golang-check.scm (go-github-com-jacobsa-oglemock): Fix
indentation.

Change-Id: I9ac2f9af4c3c266b0a4be4f67edd422123731945
This commit is contained in:
Sharlatan Hellseher 2024-12-19 16:32:09 +00:00
parent b715b3d271
commit 4e654723da
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -743,32 +743,32 @@ Google Test for C++ and Google JS Test.")
(license license:asl2.0)))
(define-public go-github-com-jacobsa-oglemock
(package
(name "go-github-com-jacobsa-oglemock")
(version "0.0.0-20150831005832-e94d794d06ff")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/jacobsa/oglemock")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
"14yxf8ykwdwkcccksl6741xgzcf8qykyi58kp4maxpgscqhdl8rq"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/jacobsa/oglemock"
;; break loop with with go-github-com-jacobsa-ogletest
#:tests? #f))
(native-inputs
(list go-github-com-jacobsa-oglematchers))
(home-page "https://github.com/jacobsa/oglemock")
(synopsis "Mocking framework for unit tests")
(description
"Package oglemock provides a mocking framework for unit tests.")
(license license:asl2.0)))
(package
(name "go-github-com-jacobsa-oglemock")
(version "0.0.0-20150831005832-e94d794d06ff")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/jacobsa/oglemock")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
"14yxf8ykwdwkcccksl6741xgzcf8qykyi58kp4maxpgscqhdl8rq"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/jacobsa/oglemock"
;; break loop with with go-github-com-jacobsa-ogletest
#:tests? #f))
(native-inputs
(list go-github-com-jacobsa-oglematchers))
(home-page "https://github.com/jacobsa/oglemock")
(synopsis "Mocking framework for unit tests")
(description
"Package oglemock provides a mocking framework for unit tests.")
(license license:asl2.0)))
(define-public go-github-com-jacobsa-ogletest
(package