mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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 @@ (define-public go-github-com-kylelemons-godebug
|
|||
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…
Reference in a new issue