mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-kr-pretty: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-kr-pretty): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ifded1d309f10d25c982afaf20301bc151f1c8ba1
This commit is contained in:
parent
d275a15163
commit
5fb05d74ad
2 changed files with 27 additions and 24 deletions
|
@ -5069,29 +5069,6 @@ have super fancy logs.")
|
|||
format in Go.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-kr-pretty
|
||||
(package
|
||||
(name "go-github-com-kr-pretty")
|
||||
(version "0.3.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/kr/pretty")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"19d4ycy22il43s4pnr7jv1aahp87wa1p16zpis5jdiiyfgni2l8f"))))
|
||||
(build-system go-build-system)
|
||||
(propagated-inputs
|
||||
(list go-github-com-kr-text go-github-com-rogpeppe-go-internal))
|
||||
(arguments
|
||||
'(#:import-path "github.com/kr/pretty"))
|
||||
(synopsis "Pretty printer for Go values")
|
||||
(description "This package provides a pretty printer for Go values.")
|
||||
(home-page "https://github.com/kr/pretty")
|
||||
(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