~ruther/guix-local

83195dcda183b2ac70f45db958cd7123c0a28695 — Sharlatan Hellseher 2 years ago 93fb74c
gnu: go-github-com-spf13-viper: Disable tests.

* gnu/packages/golang.scm (go-github-com-spf13-viper): Disable tests.

Change-Id: Id2a5eff6203c0c9907a188cfcda1fe2accfdf786
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/golang.scm
M gnu/packages/golang.scm => gnu/packages/golang.scm +2 -0
@@ 3610,6 3610,7 @@ GNU extensions} to the POSIX recommendations for command-line options.")
(define-public go-github-com-spf13-viper
  (package
    (name "go-github-com-spf13-viper")
    ;; Refreshing to a newer version requires long chain of missing packages.
    (version "1.7.0")
    (source
     (origin


@@ 3624,6 3625,7 @@ GNU extensions} to the POSIX recommendations for command-line options.")
    (build-system go-build-system)
    (arguments
     (list
      #:tests? #f
      #:import-path "github.com/spf13/viper"))
    (propagated-inputs
     (list go-github-com-fsnotify-fsnotify