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:
Artyom V. Poptsov 2024-11-28 23:48:58 +00:00
parent 703951b157
commit f9f6ca8c54
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -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")