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:
parent
633a182112
commit
001c278ff0
1 changed files with 8 additions and 0 deletions
|
@ -4837,3 +4837,11 @@ to jQuery to the Go language.")
|
||||||
(description "This package provides a collection of ANSI-aware methods and
|
(description "This package provides a collection of ANSI-aware methods and
|
||||||
io.Writers helping you to transform blocks of text.")
|
io.Writers helping you to transform blocks of text.")
|
||||||
(license license:expat)))
|
(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"))))
|
||||||
|
|
Reference in a new issue