mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
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:
parent
23c29d662b
commit
ef228f6548
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue