guix-commits
[Top][All Lists]
Advanced

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

25/60: gnu: Add go-github-com-muesli-reflow-padding.


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

wigust pushed a commit to branch master
in repository guix.

commit 4ac7a763d8219f6d48a156b3983427d24ad75b0e
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Aug 9 00:48:06 2020 +0300

    gnu: Add go-github-com-muesli-reflow-padding.
    
    * gnu/packages/golang.scm (go-github-com-muesli-reflow-padding): 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 e01f3f0..53efa47 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4853,3 +4853,11 @@ io.Writers helping you to transform blocks of text.")
     (arguments
      `(#:import-path "github.com/muesli/reflow/indent"
        #:unpack-path "github.com/muesli/reflow"))))
+
+(define-public go-github-com-muesli-reflow-padding
+  (package
+    (inherit go-github-com-muesli-reflow-wordwrap)
+    (name "go-github-com-muesli-reflow-padding")
+    (arguments
+     `(#:import-path "github.com/muesli/reflow/padding"
+       #:unpack-path "github.com/muesli/reflow"))))



reply via email to

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