mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-playground-locales: Add missing input.
* gnu/packages/golang.scm (go-github-com-playground-locales): Add missing input. [propagated-inputs]: Add go-golang-org-x-text. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
14ea50518d
commit
4bf6ad67ba
1 changed files with 2 additions and 0 deletions
|
@ -2907,6 +2907,8 @@ way of specifying command line options.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/go-playground/locales"))
|
'(#:import-path "github.com/go-playground/locales"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-text))
|
||||||
(synopsis "Set of locales generated from the CLDR Unicode Project")
|
(synopsis "Set of locales generated from the CLDR Unicode Project")
|
||||||
(description
|
(description
|
||||||
"This package provides a set of locales generated from the
|
"This package provides a set of locales generated from the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue