gnu: Add go-github-com-muesli-reflow-ansi.

* gnu/packages/golang.scm (go-github-com-muesli-reflow-ansi): New variable.
This commit is contained in:
Oleg Pykhalov 2020-08-09 00:46:43 +03:00
parent 633a182112
commit 001c278ff0
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C

View File

@ -4837,3 +4837,11 @@ to jQuery to the Go language.")
(description "This package provides a collection of ANSI-aware methods and
io.Writers helping you to transform blocks of text.")
(license license:expat)))
(define-public go-github-com-muesli-reflow-ansi
(package
(inherit go-github-com-muesli-reflow-wordwrap)
(name "go-github-com-muesli-reflow-ansi")
(arguments
`(#:import-path "github.com/muesli/reflow/ansi"
#:unpack-path "github.com/muesli/reflow"))))