diff options
-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 |