From: "Stefan Reichör" <stefan@xsteve.at>
To: 48361@debbugs.gnu.org
Cc: "Stefan Reichör" <stefan@xsteve.at>
Subject: [bug#48361] [PATCH 3/5] gnu: Add go-github-com-containerd-console.
Date: Tue, 11 May 2021 20:55:52 +0200 [thread overview]
Message-ID: <20210511185554.67355-3-stefan@xsteve.at> (raw)
In-Reply-To: <20210511185554.67355-1-stefan@xsteve.at>
* 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
next prev parent reply other threads:[~2021-05-11 18:59 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-11 18:55 [bug#48362] [PATCH 1/5] gnu: go-github-com-muesli-reflow-wordwrap: Update to 0.2.0 Stefan Reichör
2021-05-11 18:55 ` [bug#48360] [PATCH 2/5] gnu: Add go-github-com-muesli-reflow-truncate Stefan Reichör
2021-05-11 18:55 ` Stefan Reichör [this message]
2021-05-11 18:55 ` [bug#48363] [PATCH 4/5] gnu: Add go-github-com-charmbracelet-bubbletea Stefan Reichör
2021-05-11 18:55 ` [bug#48364] [PATCH 5/5] gnu: Add tz Stefan Reichör
2021-05-11 19:13 ` Leo Famulari
2021-05-13 18:59 ` Stefan Reichör
2021-05-14 1:28 ` Leo Famulari
2021-09-26 8:44 ` [bug#48364] [PATCH 1/7] gnu: go-golang-org-colorful: Update to 1.2.0 jgart via Guix-patches via
2021-09-26 8:44 ` [bug#48364] [PATCH 2/7] gnu: Add go-github-com-charmbracelet-bubbletea jgart via Guix-patches via
2021-09-26 8:44 ` [bug#48364] [PATCH 3/7] gnu: Add go-github-com-containerd-console jgart via Guix-patches via
2021-09-26 8:44 ` [bug#48364] [PATCH 4/7] gnu: go-github-com-muesli-reflow-wordwrap: Update to 0.3.0 jgart via Guix-patches via
2021-09-26 8:44 ` [bug#48364] [PATCH 5/7] gnu: Add go-github-com-muesli-reflow-truncate jgart via Guix-patches via
2021-09-26 8:44 ` [bug#48364] [PATCH 6/7] gnu: go-github-com-muesli-termenv: Update to 0.8.1 jgart via Guix-patches via
2021-09-26 8:44 ` [bug#48364] [PATCH 7/7] gnu: Add tz jgart via Guix-patches via
2021-09-26 8:53 ` [bug#48364] From today's Guix Meetup jgart via Guix-patches via
2021-09-26 9:12 ` jgart via Guix-patches via
2021-11-07 7:47 ` [bug#48364] (no subject) jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH 1/7] * gnu/packages/golang.scm (go-golang-org-colorful): Update to 1.2.0 jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH 2/7] * gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea): New variable jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH 3/7] * gnu/packages/golang.scm (go-github-com-containerd-console): " jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH 4/7] * gnu/packages/golang.scm (go-github-com-muesli-reflow-wordwrap): Update to 0.3.0 jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH 5/7] * gnu/packages/golang.scm (go-github-com-muesli-reflow-truncate): New variable jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH 6/7] * gnu/packages/golang.scm (go-github-com-muesli-termenv): Update to 0.8.1 jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH 7/7] * gnu/packages/time.scm (tz): New variable jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH v2 1/7] * gnu/packages/golang.scm (go-golang-org-colorful): Update to 1.2.0 jgart via Guix-patches via
2022-01-12 21:57 ` bug#48364: " Nicolas Goaziou
2022-01-13 2:19 ` [bug#48364] " jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH v2 2/7] * gnu/packages/golang.scm (go-github-com-charmbracelet-bubbletea): New variable jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH v2 3/7] * gnu/packages/golang.scm (go-github-com-containerd-console): " jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH v2 4/7] * gnu/packages/golang.scm (go-github-com-muesli-reflow-wordwrap): Update to 0.3.0 jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH v2 5/7] * gnu/packages/golang.scm (go-github-com-muesli-reflow-truncate): New variable jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH v2 6/7] * gnu/packages/golang.scm (go-github-com-muesli-termenv): Update to 0.8.1 jgart via Guix-patches via
2021-12-18 20:27 ` [bug#48364] [PATCH v2 7/7] * gnu/packages/time.scm (tz): New variable jgart via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210511185554.67355-3-stefan@xsteve.at \
--to=stefan@xsteve.at \
--cc=48361@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.