gnu: go-github-com-go-git-gcfg: Fix bulid.

* gnu/packages/golang.scm (go-github-com-go-git-gcfg):
[argumetns] <test-flags>: Skip 2 tests.

Change-Id: I6b88b622c63ac07ebfc2623962b1157ca82c1ecb
This commit is contained in:
Sharlatan Hellseher 2024-12-21 23:33:27 +00:00
parent aab9235dd0
commit 3464b38a75
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4885,7 +4885,11 @@ use one of our glamorous default themes.")
(base32
"1lb14z4j35pwz2b2rbykkpsq515spwbndb00gwn2xlrzn949xb83"))))
(arguments
`(#:import-path "github.com/go-git/gcfg"))
(list
#:import-path "github.com/go-git/gcfg"
;; pass; got 10, error <nil>
;; failed to parse "a" as int: expected integer; *ptr==0
#:test-flags #~(list "-skip" "TestParseInt|TestScanFully")))
(native-inputs
(list go-gopkg-in-warnings-v0 go-github-com-pkg-errors))
(build-system go-build-system)