guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/60: gnu: Add go-github-com-muesli-reflow-ansi.


From: guix-commits
Subject: 23/60: gnu: Add go-github-com-muesli-reflow-ansi.
Date: Sun, 9 Aug 2020 10:24:56 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 001c278ff0f9dac0e2af4b005b2bebe1b02c9795
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Aug 9 00:46:43 2020 +0300

    gnu: Add go-github-com-muesli-reflow-ansi.
    
    * gnu/packages/golang.scm (go-github-com-muesli-reflow-ansi): New variable.
---
 gnu/packages/golang.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 13c07ad..58436d5 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]