[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/88: gnu: Add go-github-com-xuanwo-go-locale.
From: |
guix-commits |
Subject: |
47/88: gnu: Add go-github-com-xuanwo-go-locale. |
Date: |
Fri, 6 Dec 2024 16:17:26 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 2ffa90eed025c0f781826b98f046bf6bc56e3481
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 21:02:05 2024 +0000
gnu: Add go-github-com-xuanwo-go-locale.
* gnu/packages/golang-xyz.scm (go-github-com-xuanwo-go-locale): New
variable.
Change-Id: I6792dfab134090fab1677fdf80e127a8ea858758
---
gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 6d7bdca32a..aa3a1b62aa 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8528,6 +8528,33 @@ popular Levenshtein distance (aka Edit Distance or
Wagner-Fischer), as well as
the Jaro distance, the Jaro-Winkler distance, and more.")
(license license:expat)))
+(define-public go-github-com-xuanwo-go-locale
+ (package
+ (name "go-github-com-xuanwo-go-locale")
+ (version "1.1.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Xuanwo/go-locale")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "09d68ay4kcic82xjdl9b3zi5nq0srxanprk5p32n5yxqirb0pbxd"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/Xuanwo/go-locale"))
+ (propagated-inputs
+ (list go-golang-org-x-sys
+ go-golang-org-x-text))
+ (home-page "https://github.com/Xuanwo/go-locale")
+ (synopsis "Locale detection in Golang")
+ (description
+ "This package provides a functionality for cross-platform locale
+detection.")
+ (license license:asl2.0)))
+
(define-public go-github-com-yuin-gopher-lua
(package
(name "go-github-com-yuin-gopher-lua")
- 60/88: gnu: go-github-com-google-gopacket: Adjust inputs., (continued)
- 60/88: gnu: go-github-com-google-gopacket: Adjust inputs., guix-commits, 2024/12/06
- 55/88: gnu: ghq: Update to 1.7.1., guix-commits, 2024/12/06
- 68/88: gnu: go-github-com-muesli-termenv: Remove examples., guix-commits, 2024/12/06
- 76/88: gnu: Add go-github-com-vito-midterm., guix-commits, 2024/12/06
- 70/88: gnu: Add go-gopkg-in-dnaeon-go-vcr-v3., guix-commits, 2024/12/06
- 72/88: gnu: Add go-github-com-shurcool-githubv4., guix-commits, 2024/12/06
- 77/88: gnu: Add go-github-com-charmbracelet-log., guix-commits, 2024/12/06
- 82/88: gnu: Add packages/golang-vcs module., guix-commits, 2024/12/06
- 83/88: gnu: Add go-github-com-xanzy-go-gitlab., guix-commits, 2024/12/06
- 84/88: gnu: go-github-com-alecthomas-kong: Update to 1.5.1., guix-commits, 2024/12/06
- 47/88: gnu: Add go-github-com-xuanwo-go-locale.,
guix-commits <=
- 52/88: gnu: packages/disk: Remove golang module., guix-commits, 2024/12/06
- 57/88: gnu: go-github-com-vishvananda-netlink: Simplify package., guix-commits, 2024/12/06
- 87/88: gnu: Add go-go-abhg-dev-testing-stub., guix-commits, 2024/12/06