[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/16: gnu: go-github-com-playground-locales: Add missing input.
From: |
guix-commits |
Subject: |
11/16: gnu: go-github-com-playground-locales: Add missing input. |
Date: |
Tue, 13 Feb 2024 16:27:32 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 4bf6ad67ba719b9dbd366237f4a957863c4e11cd
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sat Feb 10 23:41:49 2024 +0100
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>
---
gnu/packages/golang.scm | 2 ++
1 file changed, 2 insertions(+)
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
- branch master updated (6ebe912b55 -> ac470c516e), guix-commits, 2024/02/13
- 01/16: gnu: go-github-com-macronut-go-tproxy: Remove examples., guix-commits, 2024/02/13
- 04/16: gnu: go-gopkg-in-djherbis-times-v1: Remove examples., guix-commits, 2024/02/13
- 11/16: gnu: go-github-com-playground-locales: Add missing input.,
guix-commits <=
- 02/16: gnu: go-golang-org-sql-mock: Remove examples., guix-commits, 2024/02/13
- 03/16: gnu: go-github-com-goccy-go-json: Remove benchmarks., guix-commits, 2024/02/13
- 05/16: gnu: go-github-com-cespare-xxhash: Remove benchmarks., guix-commits, 2024/02/13
- 07/16: gnu: go-github-com-goccy-yaml: Remove benchmarks., guix-commits, 2024/02/13
- 12/16: gnu: go-gotest-tools-assert: Add missing inputs., guix-commits, 2024/02/13
- 15/16: gnu: go-golang-org-x-oauth2: Add missing input., guix-commits, 2024/02/13
- 08/16: gnu: go-github-com-avast-retry-go: Remove examples., guix-commits, 2024/02/13
- 10/16: gnu: go-github-com-charmbracelet-bubbletea: Remove examples., guix-commits, 2024/02/13
- 06/16: gnu: go-github-com-oneofone-xxhash: Remove benchmarks., guix-commits, 2024/02/13
- 09/16: gnu: go-gopkg-in-mgo-v2: Add missing inputs., guix-commits, 2024/02/13