mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-k0kubun-pp.
* gnu/packages/golang-xyz.scm (go-github-com-k0kubun-pp): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
a28498d83d
commit
15b96de852
1 changed files with 27 additions and 0 deletions
|
@ -795,6 +795,33 @@ Differentiation between text and binary files}.
|
||||||
struct to another.")
|
struct to another.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-k0kubun-pp
|
||||||
|
(package
|
||||||
|
(name "go-github-com-k0kubun-pp")
|
||||||
|
(version "3.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/k0kubun/pp")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1vpp5n3kdazk4s1ljhwbrhz3kilzvdvx5hya922bg0q9vnjqqvvc"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/k0kubun/pp"))
|
||||||
|
(propagated-inputs (list go-github-com-mattn-go-colorable
|
||||||
|
go-golang-org-x-text))
|
||||||
|
(home-page "https://github.com/k0kubun/pp")
|
||||||
|
(synopsis "Colored pretty-printer for Go")
|
||||||
|
(description
|
||||||
|
"This package provides a pretty-printer for Go. The functions defined by
|
||||||
|
@code{pp} follow an API similar to @code{fmt} and its configuration can be
|
||||||
|
customized globally.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-matryer-try
|
(define-public go-github-com-matryer-try
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-matryer-try")
|
(name "go-github-com-matryer-try")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue