~ruther/guix-local

93952ffbb7815eb270d47db6b87bbcc3a4a7e4ce — Sharlatan Hellseher 1 year, 11 months ago 11622b1
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
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +5 -5
@@ 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")