gnu: go-gopkg-in-ini-v1: Enable tests.

* gnu/packages/golang.scm (go-gopkg-in-ini-v1): Enable tests.
[native-inputs]: Add go-github-com-stretchr-testify.

Change-Id: I30cd79fe6406e3bbc380c823c7b5b7a39ec2bb58
This commit is contained in:
Sharlatan Hellseher 2024-07-26 13:32:48 +01:00
parent 11622b137b
commit 93952ffbb7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4049,13 +4049,13 @@ which satisfies the cron expression.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1vpzkjmrwp7bqqsijp61293kk2vn6lcck56j8m5y6ks6cf21lpap"))))
(base32 "1vpzkjmrwp7bqqsijp61293kk2vn6lcck56j8m5y6ks6cf21lpap"))))
(build-system go-build-system)
(arguments
'(#:import-path "gopkg.in/ini.v1"
;; Requires large unpackaged test framework
#:tests? #f))
(list
#:import-path "gopkg.in/ini.v1"))
(native-inputs
(list go-github-com-stretchr-testify))
(home-page "https://gopkg.in/ini.v1")
(synopsis "Go library for ini files")
(description "Go library for ini files")