gnu: go-github-com-go-git-go-git-fixtures-v4: Fix build.

* gnu/packages/golang-xyz.scm (go-github-com-go-git-go-git-fixtures-v4)
[arguments]<test-subdirs>: Only test tests in project root, rest are
failing, see <https://github.com/go-git/go-git-fixtures/issues/23>.

Change-Id: Ibd3a35217d2ab3350db030ecba722d89dfa2802c
This commit is contained in:
Sharlatan Hellseher 2024-12-15 12:23:54 +00:00
parent 1ec4071924
commit f51aa1f0a3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3808,8 +3808,9 @@ operations.")
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
;; XXX: panic: runtime error: makeslice: cap out of range ;; XXX: The onpanic: runtime error: makeslice: cap out of range
#:tests? (target-64bit?) #:tests? (target-64bit?)
#:test-subdirs #~(list ".")
#:import-path "github.com/go-git/go-git-fixtures/v4")) #:import-path "github.com/go-git/go-git-fixtures/v4"))
(native-inputs (native-inputs
(list go-github-com-stretchr-testify)) (list go-github-com-stretchr-testify))