3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: go-github-com-bmatcuk-doublestar: Remove test incompatible with go-1.16.

* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar)
[phases]{remove-incompatible-test}: New phase.

Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Sarah Morgensen 2021-08-05 13:20:06 -07:00 committed by Maxim Cournoyer
parent d0d3bcc615
commit 733ca63bcd
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -6483,7 +6483,15 @@ template functions.")
"0bk5bixl6rqa8znxghyp6zndbccx9kdyrymjahgyp6qsrp7rk144"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/bmatcuk/doublestar"))
`(#:import-path "github.com/bmatcuk/doublestar"
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'remove-incompatible-test
;; This test fails with Go 1.16.
(lambda _
(substitute* "src/github.com/bmatcuk/doublestar/doublestar_test.go"
(("\\{\"a\\[\", \"a\", false, nil, false\\},.*")
"")))))))
(home-page "https://github.com/bmatcuk/doublestar/")
(synopsis "Path pattern matching and globbing supporting doublestar")
(description "@code{doublestar} is a Go implementation of path pattern