me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I5ea873eca360ef00843cbc16b2d184aae187f76f
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -2604,7 +2604,8 @@ mouse, and terminal resizing events.")
(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)))