[PATCH] gnu: go-github-com-playground-locales: Add missing input.

  • Done
  • quality assurance status badge
Details
2 participants
  • Sharlatan Hellseher
  • Troy Figiel
Owner
unassigned
Submitted by
Troy Figiel
Severity
normal

Debbugs page

Troy Figiel wrote 1 years ago
(address . guix-patches@gnu.org)
87v86van0r.fsf@troyfigiel.com
* gnu/packages/golang.scm (go-github-com-playground-locales): Add missing
input.
[propagated-inputs]: Add go-golang-org-x-text.
---
gnu/packages/golang.scm | 2 ++
1 file changed, 2 insertions(+)

Toggle diff (17 lines)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 163691a1e6..3783adc2bf 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2945,6 +2945,8 @@ (define-public go-github-com-go-playground-locales
(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

base-commit: 9edbb2d7a40c9da7583a1046e39b87633459f656
--
2.42.0
Sharlatan Hellseher wrote 1 years ago
(address . 69025-done@debbugs.gnu.org)
87zfw4nir6.fsf@gmail.com
Hi,

Pushed as 4bf6ad67ba719b9dbd366237f4a957863c4e11cd to master.

--
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXL4k0ACgkQdtcnv/Ys
0rWUOQ//XB5Kqq5kVIIcZ0KnXcmDzava2DxHajErkfGAQEnwm9+TKntimpjO7rl/
aKHg/gH4xWmZiDIhqjOXtTFihB3ewHLE/2OIARl9+KU7EZhevjT04GL1CBHZM8Kz
RTapiYJAMOzLznwYqIu1XbyaBBxHOMy24yhUBpVRbZOS6BQ/nmS1wF5UdFcbMeSx
55MdmgfxVaaGqbbQgUsrxwr0llQnRFGP48DNU2UX3gYTo1Wkm9fXPi8GwGocctVd
SxH2nJgKbK8iEJ3L0qc8u743zxQ76za/iHWiFV6yw78NDCAaYjHyU59fAqXZ8+Rn
cua3jGxzn+FJLnQUTvwB4fBx1zIwdI55mWsCb5dGevQ9P1M1tU/PRFV6ymMD7ktG
5sJdzNlV91/pz4ejkrAzyUjdaYkk8LOSgEt03JDL+MljMVVEY1vasJ0bM2qWePj9
DeDgvOnG/T2JuZWiOGdibqG1nETekUPP2ETPg0C4Uif797U62rUHUm8zML23OwAS
4dcnNVXCD0GMnhbW4seO8XVpL/EIkz0VwNfPLzkb3AP7G9zAZcONepZa22qvT62D
gznKHxhP8YaW2j54WpR7kbMwTzMCLHVB04EF5hlyY43ZWeHSyawpcvCtZddWv302
X32yT/iIjbho4oNC5HdaVlndUrItG32IL0R08cGiMVAoB8W15Bg=
=1+dS
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69025@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69025
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help