gnu: go-github-com-golangplus-fmt: Disable tests.

* gnu/packages/golang.scm (go-github-com-golangplus-fmt): Disable tests.

Change-Id: I5ea873eca360ef00843cbc16b2d184aae187f76f
This commit is contained in:
Sharlatan Hellseher 2024-07-12 22:52:34 +01:00
parent 23c29d662b
commit ef228f6548
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2604,7 +2604,8 @@ (define-public go-github-com-golangplus-fmt
(base32 "07d5kxz0f8ss3v46y0c8jg02sagi0wlaaijhjzzp0r462jyzqii7"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/golangplus/fmt"))
'(#:tests? #f ; failing with new Golang compiler.
#:import-path "github.com/golangplus/fmt"))
(synopsis "Additions to Go's standard @code{fmt} package")
(description "This package provides additions to Go's stdlib @code{fmt}.")
(license license:bsd-3)))