guix-commits
[Top][All Lists]
Advanced

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

24/60: gnu: Add go-github-com-muesli-reflow-indent.


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

wigust pushed a commit to branch master
in repository guix.

commit 5137a0535e3af5358f2d37d880c52263618058f6
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Aug 9 00:47:37 2020 +0300

    gnu: Add go-github-com-muesli-reflow-indent.
    
    * gnu/packages/golang.scm (go-github-com-muesli-reflow-indent): 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 58436d5..e01f3f0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4845,3 +4845,11 @@ io.Writers helping you to transform blocks of text.")
     (arguments
      `(#:import-path "github.com/muesli/reflow/ansi"
        #: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"))))



reply via email to

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