1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +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))) (license license:asl2.0)))
(define-public go-github-com-jacobsa-oglemock (define-public go-github-com-jacobsa-oglemock
(package (package
(name "go-github-com-jacobsa-oglemock") (name "go-github-com-jacobsa-oglemock")
(version "0.0.0-20150831005832-e94d794d06ff") (version "0.0.0-20150831005832-e94d794d06ff")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/jacobsa/oglemock") (url "https://github.com/jacobsa/oglemock")
(commit (go-version->git-ref version)))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"14yxf8ykwdwkcccksl6741xgzcf8qykyi58kp4maxpgscqhdl8rq")))) "14yxf8ykwdwkcccksl6741xgzcf8qykyi58kp4maxpgscqhdl8rq"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:import-path "github.com/jacobsa/oglemock" #:import-path "github.com/jacobsa/oglemock"
;; break loop with with go-github-com-jacobsa-ogletest ;; break loop with with go-github-com-jacobsa-ogletest
#:tests? #f)) #:tests? #f))
(native-inputs (native-inputs
(list go-github-com-jacobsa-oglematchers)) (list go-github-com-jacobsa-oglematchers))
(home-page "https://github.com/jacobsa/oglemock") (home-page "https://github.com/jacobsa/oglemock")
(synopsis "Mocking framework for unit tests") (synopsis "Mocking framework for unit tests")
(description (description
"Package oglemock provides a mocking framework for unit tests.") "Package oglemock provides a mocking framework for unit tests.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public go-github-com-jacobsa-ogletest (define-public go-github-com-jacobsa-ogletest
(package (package