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

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

Change-Id: I1439b691a61ccd5b796bbc9a50c9c88ed954823f
This commit is contained in:
Sharlatan Hellseher 2024-12-19 12:49:43 +00:00
parent 6893dae7b8
commit e171d1a420
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -761,38 +761,37 @@ Test for C++ and Google JS Test.")
(license license:asl2.0)))) (license license:asl2.0))))
(define-public go-github-com-jacobsa-ogletest (define-public go-github-com-jacobsa-ogletest
(package (package
(name "go-github-com-jacobsa-ogletest") (name "go-github-com-jacobsa-ogletest")
(version "0.0.0-20170503003838-80d50a735a11") (version "0.0.0-20170503003838-80d50a735a11")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/jacobsa/ogletest") (url "https://github.com/jacobsa/ogletest")
(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 "1lbwbxzr75g65q07ry5k4kglxqs3ym7xkvqznzm55rm3qk76v83r"))))
"1lbwbxzr75g65q07ry5k4kglxqs3ym7xkvqznzm55rm3qk76v83r")))) (build-system go-build-system)
(build-system go-build-system) (arguments
(arguments '(#:import-path "github.com/jacobsa/ogletest"
'(#:import-path "github.com/jacobsa/ogletest" ;; These tests should be made working
;; These tests should be made working #:tests? #f))
#:tests? #f)) (native-inputs
(native-inputs (list go-github-com-jacobsa-oglematchers
(list go-github-com-jacobsa-oglematchers go-github-com-jacobsa-oglemock
go-github-com-jacobsa-oglemock go-github-com-jacobsa-reqtrace
go-github-com-jacobsa-reqtrace go-golang-org-x-net))
go-golang-org-x-net)) (home-page "https://github.com/jacobsa/ogletest")
(home-page "https://github.com/jacobsa/ogletest") (synopsis "Expressive unit tests")
(synopsis "Expressive unit tests") (description
(description "Package ogletest provides a framework for writing expressive unit tests.
"Package ogletest provides a framework for writing expressive unit tests. It It integrates with the builtin testing package, so it works with the gotest
integrates with the builtin testing package, so it works with the gotest
command. Unlike the testing package which offers only basic capabilities for command. Unlike the testing package which offers only basic capabilities for
signalling failures, it offers ways to express expectations and get nice failure signalling failures, it offers ways to express expectations and get nice
messages automatically.") failure messages automatically.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public go-github-com-jacobsa-reqtrace (define-public go-github-com-jacobsa-reqtrace
(package (package