mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: go-github-com-kr-text: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-kr-text): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I94afda2f75abbd56da2a2c60ffca2b243eb64dbe
This commit is contained in:
parent
a00d0551fd
commit
ec8920c8e5
2 changed files with 24 additions and 22 deletions
|
@ -6269,6 +6269,30 @@ allocation. @code{fastime} is returning the approximate time.")
|
|||
"This package provides a pretty printer for Go values.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-kr-text
|
||||
(package
|
||||
(name "go-github-com-kr-text")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/kr/text")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0hf58ypz6rxsw6nx3i856whir9lvy4sdx946wbw1nfaf2rdmr9vx"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/kr/text"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-creack-pty))
|
||||
(home-page "https://github.com/kr/text")
|
||||
(synopsis "Text formatting in Go")
|
||||
(description "This package provides a text formatting functions in Go.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-kylelemons-godebug
|
||||
(package
|
||||
(name "go-github-com-kylelemons-godebug")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue