gnu: go-github-com-go-viper-mapstructure-v2: Improve package.

* gnu/packages/golang-xyz.scm (go-github-com-go-viper-mapstructure-v2)
[arguments] <unpack-path>: Remove as redundant.
[description]: Apply some TexInfo styling, adjust indentation.

Change-Id: I22496d7a1b295009d3fc7762d55b0a01e587879e
This commit is contained in:
Sharlatan Hellseher 2025-02-03 10:57:34 +00:00
parent d37fc1c65b
commit 3a4a6f9d28
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -17702,14 +17702,13 @@ editor.")
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:import-path "github.com/go-viper/mapstructure/v2" #:import-path "github.com/go-viper/mapstructure/v2"))
#:unpack-path "github.com/go-viper/mapstructure/v2"))
(home-page "https://github.com/go-viper/mapstructure") (home-page "https://github.com/go-viper/mapstructure")
(synopsis "Go type converters") (synopsis "Go type converters")
(description (description
"Package mapstructure exposes functionality to convert one arbitrary Go type into "Package mapstructure exposes functionality to convert one arbitrary Go
another, typically to convert a map[string]interface{} into a native Go type into another, typically to convert a @code{map[string]interface{}} into a
structure.") native Go structure.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-kevinmbeaulieu-eq-go (define-public go-github-com-kevinmbeaulieu-eq-go