gnu: go-github-com-spf13-viper: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-spf13-viper): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I752e96566094db0a30d24b76e2d4ca0d0e937b75
This commit is contained in:
Sharlatan Hellseher 2024-11-24 11:49:25 +00:00
parent fe056422ac
commit 34163d83d5
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 41 additions and 42 deletions

View file

@ -3179,48 +3179,6 @@ information about the resource usage and performance characteristics of running
containers.")
(license license:asl2.0))))
(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.8.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/spf13/viper")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0jcsvd9l05pv10rma6zicp44q2mlvxj0qlhnf4zcg2pymb5i0hq6"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/spf13/viper"))
(propagated-inputs
(list go-github-com-fsnotify-fsnotify
go-github-com-hashicorp-hcl
go-github-com-magiconair-properties
go-github-com-mitchellh-mapstructure
go-github-com-pelletier-go-toml
go-github-com-spf13-afero
go-github-com-spf13-cast
go-github-com-spf13-jwalterweatherman
go-github-com-spf13-pflag
go-github-com-subosito-gotenv
go-gopkg-in-ini-v1
go-gopkg-in-yaml-v2))
(native-inputs
(list go-github-com-stretchr-testify))
(home-page "https://github.com/spf13/viper")
(synopsis "Go configuration with fangs")
(description
"Viper is a complete configuration solution for Go applications including
12-Factor apps. It is designed to work within an application, and can handle
all types of configuration needs and formats.")
(license license:expat)))
(define-public go-github-com-nxadm-tail
(package
(name "go-github-com-nxadm-tail")