gnu: go-github-com-pelletier-go-toml: Remove input labels.

* gnu/packages/golang.scm (go-github-com-pelletier-go-toml): Remove
input lables, swap [native-inputs] to [propagated-inputs] to simplify
dependent packages inputs.

Change-Id: Ibfa57fbe606ced8bf9f2bcfe4065bf94f84bc0fb
This commit is contained in:
Sharlatan Hellseher 2024-08-14 23:28:30 +01:00
parent bd55b26109
commit 1e81c70e42
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3590,10 +3590,10 @@ updating files, like @command{tail -f}.")
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/pelletier/go-toml")) `(#:import-path "github.com/pelletier/go-toml"))
(native-inputs (propagated-inputs
`(("github.com/BurntSushi/toml" ,go-github-com-burntsushi-toml) (list go-github-com-burntsushi-toml
("github.com/davecgh/go-spew" ,go-github-com-davecgh-go-spew) go-github-com-davecgh-go-spew
("gopkg.in/yaml.v2" ,go-gopkg-in-yaml-v2))) go-gopkg-in-yaml-v2))
(home-page "https://github.com/pelletier/go-toml") (home-page "https://github.com/pelletier/go-toml")
(synopsis "Go library for the TOML configuration language") (synopsis "Go library for the TOML configuration language")
(description "Go library for the TOML configuration language") (description "Go library for the TOML configuration language")