mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: go-github-com-delthas-go-localeinfo: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-delthas-go-localeinfo): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Icd8b6647bd7c2bbe1e385c4c6ec6571c3fb39d96
This commit is contained in:
parent
c043cab8fb
commit
24e094b816
2 changed files with 24 additions and 23 deletions
|
@ -3146,6 +3146,30 @@ more complicated parallel cases.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-elliotchance-orderedmap-v2))))
|
(list go-github-com-elliotchance-orderedmap-v2))))
|
||||||
|
|
||||||
|
(define-public go-github-com-delthas-go-localeinfo
|
||||||
|
(package
|
||||||
|
(name "go-github-com-delthas-go-localeinfo")
|
||||||
|
(version "0.0.0-20240813094314-e5413e186769")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/delthas/go-localeinfo")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0nw21gv3j7cc9x4gq4avlg4s7xzgc7gxrkmq4v451zrvx0mnv0bn"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/delthas/go-localeinfo"))
|
||||||
|
(home-page "https://github.com/delthas/go-localeinfo")
|
||||||
|
(synopsis "Library for extracting locale information")
|
||||||
|
(description
|
||||||
|
"@code{go-localeinfo} extracts monetary/numeric/time
|
||||||
|
formatting information, rather than the current locale name.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-dennwc-btrfs
|
(define-public go-github-com-dennwc-btrfs
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-dennwc-btrfs")
|
(name "go-github-com-dennwc-btrfs")
|
||||||
|
|
|
@ -4487,29 +4487,6 @@ extracting information about the music/image/video that is Now Playing on the
|
||||||
system.")
|
system.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-delthas-go-localeinfo
|
|
||||||
(package
|
|
||||||
(name "go-github-com-delthas-go-localeinfo")
|
|
||||||
(version "0.0.0-20240813094314-e5413e186769")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/delthas/go-localeinfo")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0nw21gv3j7cc9x4gq4avlg4s7xzgc7gxrkmq4v451zrvx0mnv0bn"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:import-path "github.com/delthas/go-localeinfo"))
|
|
||||||
(home-page "https://github.com/delthas/go-localeinfo")
|
|
||||||
(synopsis "Library for extracting locale information")
|
|
||||||
(description "@code{go-localeinfo} extracts monetary/numeric/time
|
|
||||||
formatting information, rather than the current locale name.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-zalando-go-keyring
|
(define-public go-github-com-zalando-go-keyring
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-zalando-go-keyring")
|
(name "go-github-com-zalando-go-keyring")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue