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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#48361: closed ([PATCH 3/5] gnu: Add go-github-com-containerd-console.)
Date: Wed, 12 Jan 2022 21:58:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 12 Jan 2022 22:57:41 +0100
with message-id <87bl0g62i2.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#48364] [PATCH v2 1/7] * gnu/packages/golang.scm (go-golang-org-colorful): Update to 1.2.0.
has caused the debbugs.gnu.org bug report #48364,
regarding [PATCH 3/5] gnu: Add go-github-com-containerd-console.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
48364: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48364
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Reichör <stefan <at> xsteve.at>
To: guix-patches <at> gnu.org
Cc: Stefan Reichör <stefan <at> xsteve.at>
Subject: [PATCH 3/5] gnu: Add go-github-com-containerd-console.
Date: Tue, 11 May 2021 20:55:52 +0200
* gnu/packages/golang.scm (go-github-com-containerd-console): New variable.
---
 gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 8b50b15ccb..77abde2575 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5841,6 +5841,30 @@ templates on ANSI compatible terminals.  You can create your own stylesheet or
 use one of our glamorous default themes.")
     (license license:expat)))
 
+(define-public go-github-com-containerd-console
+  (package
+    (name "go-github-com-containerd-console")
+    (version "1.0.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/containerd/console")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0rxwgq578hphs2ldx1gg6c9fq1qm8rgqfx3vgi2sbrsmxn6m2438"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path "github.com/containerd/console"))
+    (native-inputs
+     `(("go-golang-org-x-sys" ,go-golang-org-x-sys)))
+    (home-page "https://github.com/containerd/console")
+    (synopsis "Console package for Go")
+    (description "Golang package for dealing with consoles.  Light on
+dependencies and a simple API.")
+    (license license:asl2.0)))
+
 (define-public go-github-com-coreos-go-semver
   (package
     (name "go-github-com-coreos-go-semver")
-- 
2.25.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: jgart via Guix-patches via <guix-patches <at> gnu.org>
Cc: Jorge Acereda <jacereda <at> gmail.com>, 48364-done <at> debbugs.gnu.org,
 jgart <jgart <at> dismail.de>,
 Gábor Boskovits <boskovits <at> gmail.com>
Subject: Re: [bug#48364] [PATCH v2 1/7] * gnu/packages/golang.scm
 (go-golang-org-colorful): Update to 1.2.0.
Date: Wed, 12 Jan 2022 22:57:41 +0100
Hello,

jgart via Guix-patches via <guix-patches <at> gnu.org> writes:

> From: Guix Together <jgart <at> dismail.de>
>
> Co-authored-by: jgart <jgart <at> dismail.de>
> Co-authored-by: Jorge Acereda <jacereda <at> gmail.com>
> Co-authored-by: Gábor Boskovits <boskovits <at> gmail.com>

I normalized the commit messages and improved descriptions of new
packages, then applied the patch set.

Regards,
-- 
Nicolas Goaziou


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.