mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: Add go-github-com-kylelemons-godebug-pretty.
* gnu/packages/golang.scm (go-github-com-kylelemons-godebug-pretty): New variable. Change-Id: Icd7d5fd70cf56d1ca74e9a2cfb929a3344128ba7 Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
703951b157
commit
f9f6ca8c54
1 changed files with 10 additions and 0 deletions
|
@ -4722,6 +4722,16 @@ structure. It can also produce a much more verbose, one-item-per-line
|
|||
representation suitable for computing diffs.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
;; TODO: Merge with go-github-com-kylelemons-godebug and provide both module;
|
||||
;; for go-team.
|
||||
(define-public go-github-com-kylelemons-godebug-pretty
|
||||
(package
|
||||
(inherit go-github-com-kylelemons-godebug)
|
||||
(name "go-github-com-kylelemons-godebug-pretty")
|
||||
(arguments
|
||||
'(#:import-path "github.com/kylelemons/godebug/pretty"
|
||||
#:unpack-path "github.com/kylelemons/godebug"))))
|
||||
|
||||
(define-public go-github-com-kr-text
|
||||
(package
|
||||
(name "go-github-com-kr-text")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue