gnu: go-github-com-golangplus-fmt: Disable tests.
* gnu/packages/golang.scm (go-github-com-golangplus-fmt): Disable tests. Change-Id: I5ea873eca360ef00843cbc16b2d184aae187f76fmaster
parent
23c29d662b
commit
ef228f6548
|
@ -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)))
|
||||
|
|
Reference in New Issue