mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
11622b137b
commit
93952ffbb7
1 changed files with 5 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue