GNU bug report logs - #48364
[PATCH 5/5] gnu: Add tz.

Previous Next

Package: guix-patches;

Reported by: Stefan Reichör <stefan <at> xsteve.at>

Date: Tue, 11 May 2021 18:57:04 UTC

Severity: normal

Tags: patch

Merged with 48360, 48361, 48362, 48363

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: jgart <jgart <at> dismail.de>
To: 48364 <at> debbugs.gnu.org
Cc: Gábor Boskovits <boskovits <at> gmail.com>, Guix Together <jgart <at> dismail.de>
Subject: [bug#48364] [PATCH 5/7] gnu: Add go-github-com-muesli-reflow-truncate.
Date: Sun, 26 Sep 2021 04:44:45 -0400
From: Guix Together <jgart <at> dismail.de>

* gnu/packages/golang.scm (go-github-com-muesli-reflow-truncate): New variable.

Co-authored-by: jgart <jgart <at> dismail.de>
Co-authored-by: Gábor Boskovits <boskovits <at> gmail.com>
---
 gnu/packages/golang.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 25bf8c6972..3e89a27b6d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7226,6 +7226,14 @@ transforms one JSON document into another through a JMESPath expression.")
 io.Writers helping you to transform blocks of text.")
     (license license:expat)))
 
+(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-reflow-ansi
   (package
     (inherit go-github-com-muesli-reflow-wordwrap)
-- 
2.33.0





This bug report was last modified 3 years and 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.