sharlatan pushed a commit to branch go-team
in repository guix.
commit 93952ffbb7815eb270d47db6b87bbcc3a4a7e4ce
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 26 13:32:48 2024 +0100
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
---
gnu/packages/golang.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6d6d96743f..fb8f488482 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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")