summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-03 10:57:34 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-02-03 11:27:10 +0000
commit3a4a6f9d28654b2cab8a20709d788e9ee2d31b77 (patch)
tree7f3f00ff37c71c2ecec61d108fdd2afd4dd96163 /gnu/packages/golang-xyz.scm
parentd37fc1c65be50d1995857aa63490b683b11d1388 (diff)
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
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index fe166a66e2..aaf7cf6d5e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -17702,14 +17702,13 @@ editor.")
(build-system go-build-system)
(arguments
(list
- #:import-path "github.com/go-viper/mapstructure/v2"
- #:unpack-path "github.com/go-viper/mapstructure/v2"))
+ #:import-path "github.com/go-viper/mapstructure/v2"))
(home-page "https://github.com/go-viper/mapstructure")
(synopsis "Go type converters")
(description
- "Package mapstructure exposes functionality to convert one arbitrary Go type into
-another, typically to convert a map[string]interface{} into a native Go
-structure.")
+ "Package mapstructure exposes functionality to convert one arbitrary Go
+type into another, typically to convert a @code{map[string]interface{}} into a
+native Go structure.")
(license license:expat)))
(define-public go-github-com-kevinmbeaulieu-eq-go