mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-kr-fs: Fix tests.
* gnu/packages/golang.scm (go-github-com-kr-fs) [arguments]<test-flags>: Skip one failing test. Change-Id: I4f80205496127d3760a678e591eb58d0672d1b2a
This commit is contained in:
parent
1d90683d5b
commit
f30e497a36
1 changed files with 3 additions and 1 deletions
|
@ -4258,7 +4258,9 @@ have super fancy logs.")
|
||||||
"11zg176x9hr9q7fsk95r6q0wf214gg4czy02slax4x56n79g6a7q"))))
|
"11zg176x9hr9q7fsk95r6q0wf214gg4czy02slax4x56n79g6a7q"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/kr/fs"))
|
(list
|
||||||
|
#:import-path "github.com/kr/fs"
|
||||||
|
#:test-flags #~(list "-skip" "TestBug3486")))
|
||||||
(home-page "https://github.com/kr/fs")
|
(home-page "https://github.com/kr/fs")
|
||||||
(synopsis "File-system-related functions for Go")
|
(synopsis "File-system-related functions for Go")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue