GNU bug report logs -
#48364
[PATCH 5/5] gnu: Add tz.
Previous Next
Full log
View this message in rfc822 format
From: Guix Together <jgart <at> dismail.de>
* gnu/packages/golang.scm (go-github-com-containerd-console): New variable.
Co-authored-by: jgart <jgart <at> dismail.de>
Co-authored-by: Gábor Boskovits <boskovits <at> gmail.com>
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 0ab20238e8..e4bacfc92a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3347,6 +3347,31 @@ for simple and complex terminal applications, either inline, full-window,
or a mix of both.")
(license license:asl2.0)))
+(define-public go-github-com-containerd-console
+ (package
+ (name "go-github-com-containerd-console")
+ (version "1.0.3")
+ (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
+ "0pgx0y8x23jwc2f9jfk5hd5aslqk599nj6c7dj5846xvnkz2x7p2"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/containerd/console"))
+ (propagated-inputs
+ `(("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 deps and a simple API.")
+ (license license:asl2.0)))
+
(define-public go-github-com-spf13-cobra
(package
(name "go-github-com-spf13-cobra")
--
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.