gnu: go-github-com-spf13-viper: Remove input labels.

* gnu/package/golang.scm (go-github-com-spf13-viper)
[propagated-inputs]: Remove input labels.

Change-Id: I0c8c616b9b44a2fd21f83dbfb609fe1bd861d657
This commit is contained in:
Sharlatan Hellseher 2024-03-06 23:07:57 +00:00
parent 5f5d8167b1
commit 080f931320
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -3888,21 +3888,21 @@ GNU extensions} to the POSIX recommendations for command-line options.")
"099n2g7fg6r8hqyszqw2axr775qyhyvwhsykvgw0f0s16ql48h5c")))) "099n2g7fg6r8hqyszqw2axr775qyhyvwhsykvgw0f0s16ql48h5c"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/spf13/viper")) (list
#:import-path "github.com/spf13/viper"))
(propagated-inputs (propagated-inputs
`(("github.com/spf13/afero" ,go-github-com-spf13-afero) (list go-github-com-fsnotify-fsnotify
("github.com/spf13/cast" ,go-github-com-spf13-cast) go-github-com-hashicorp-hcl
("github.com/spf13/pflag" ,go-github-com-spf13-pflag) go-github-com-magiconair-properties
("github.com/spf13/jwalterweatherman" ,go-github-com-spf13-jwalterweatherman) go-github-com-mitchellh-mapstructure
("github.com/fsnotify/fsnotify" ,go-github-com-fsnotify-fsnotify) go-github-com-pelletier-go-toml
("github.com/hashicorp/hcl" ,go-github-com-hashicorp-hcl) go-github-com-spf13-afero
("github.com/magiconair/properties" ,go-github-com-magiconair-properties) go-github-com-spf13-cast
("github.com/mitchellh/mapstructure" ,go-github-com-mitchellh-mapstructure) go-github-com-spf13-jwalterweatherman
("github.com/pelletier/go-toml" ,go-github-com-pelletier-go-toml) go-github-com-spf13-pflag
("github.com/subosito/gotenv" ,go-github-com-subosito-gotenv) go-github-com-subosito-gotenv
go-gopkg-in-ini-v1
("gopkg.in/ini.v1" ,go-gopkg-in-ini-v1) go-gopkg-in-yaml-v2))
("gopkg.in/yaml.v2" ,go-gopkg-in-yaml-v2)))
(native-inputs (native-inputs
(list go-github-com-stretchr-testify)) (list go-github-com-stretchr-testify))
(home-page "https://github.com/spf13/viper") (home-page "https://github.com/spf13/viper")