diff options
author | Troy Figiel <troy@troyfigiel.com> | 2024-02-10 23:41:49 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-13 21:26:39 +0000 |
commit | 4bf6ad67ba719b9dbd366237f4a957863c4e11cd (patch) | |
tree | 6a9f8aa84f85b46217d05e92b608c2b8223eda7f /gnu/packages | |
parent | 14ea50518d26060b12149078371b4a50e0dee938 (diff) | |
download | guix-4bf6ad67ba719b9dbd366237f4a957863c4e11cd.tar.gz |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index a91dca5206..56088395ed 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2907,6 +2907,8 @@ way of specifying command line options.") (build-system go-build-system) (arguments '(#: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") (description "This package provides a set of locales generated from the |