gnu: Add go-github-com-muesli-reflow-truncate.
* gnu/packages/golang.scm (go-github-com-muesli-reflow-truncate): New variable. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Gábor Boskovits <boskovits@gmail.com> Co-authored-by: Jorge Acereda <jacereda@gmail.com> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
parent
4ebdf6d3b8
commit
c58c0bea77
|
@ -7221,6 +7221,14 @@ io.Writers helping you to transform blocks of text.")
|
|||
`(#:import-path "github.com/muesli/reflow/padding"
|
||||
#:unpack-path "github.com/muesli/reflow"))))
|
||||
|
||||
(define-public go-github-com-muesli-reflow-truncate
|
||||
(package
|
||||
(inherit go-github-com-muesli-reflow-wordwrap)
|
||||
(name "go-github-com-muesli-reflow-truncate")
|
||||
(arguments
|
||||
`(#:import-path "github.com/muesli/reflow/truncate"
|
||||
#:unpack-path "github.com/muesli/reflow"))))
|
||||
|
||||
(define-public go-github-com-muesli-termenv
|
||||
(package
|
||||
(name "go-github-com-muesli-termenv")
|
||||
|
|
Reference in New Issue