me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/golang.scm (go-github-com-muesli-reflow-indent): New variable.
master
Oleg Pykhalov 2020-08-09 00:47:37 +03:00
parent 001c278ff0
commit 5137a0535e
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 8 additions and 0 deletions

View File

@ -4845,3 +4845,11 @@ io.Writers helping you to transform blocks of text.")
(arguments (arguments
`(#:import-path "github.com/muesli/reflow/ansi" `(#:import-path "github.com/muesli/reflow/ansi"
#:unpack-path "github.com/muesli/reflow")))) #:unpack-path "github.com/muesli/reflow"))))
(define-public go-github-com-muesli-reflow-indent
(package
(inherit go-github-com-muesli-reflow-wordwrap)
(name "go-github-com-muesli-reflow-indent")
(arguments
`(#:import-path "github.com/muesli/reflow/indent"
#:unpack-path "github.com/muesli/reflow"))))