From c58c0bea77f31b4cb112e9c2628b070d2a0a6947 Mon Sep 17 00:00:00 2001 From: Guix Together Date: Sat, 18 Dec 2021 15:27:53 -0500 Subject: gnu: Add go-github-com-muesli-reflow-truncate. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/golang.scm (go-github-com-muesli-reflow-truncate): New variable. Co-authored-by: jgart Co-authored-by: Gábor Boskovits Co-authored-by: Jorge Acereda Signed-off-by: Nicolas Goaziou --- gnu/packages/golang.scm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'gnu/packages/golang.scm') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 816f90a30d..4eb43ca12a 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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") -- cgit v1.2.3