gnu: go-github-com-spf13-viper: Disable tests.

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

Change-Id: Id2a5eff6203c0c9907a188cfcda1fe2accfdf786
This commit is contained in:
Sharlatan Hellseher 2024-07-19 15:27:50 +01:00
parent 93fb74c2ed
commit 83195dcda1
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -3610,6 +3610,7 @@ GNU extensions} to the POSIX recommendations for command-line options.")
(define-public go-github-com-spf13-viper (define-public go-github-com-spf13-viper
(package (package
(name "go-github-com-spf13-viper") (name "go-github-com-spf13-viper")
;; Refreshing to a newer version requires long chain of missing packages.
(version "1.7.0") (version "1.7.0")
(source (source
(origin (origin
@ -3624,6 +3625,7 @@ GNU extensions} to the POSIX recommendations for command-line options.")
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:tests? #f
#:import-path "github.com/spf13/viper")) #:import-path "github.com/spf13/viper"))
(propagated-inputs (propagated-inputs
(list go-github-com-fsnotify-fsnotify (list go-github-com-fsnotify-fsnotify