GNU bug report logs -
#72963
[PATCH go-team 01/30] gnu: Add go-github-com-buildkite-shellwords.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Mon, 2 Sep 2024 11:58:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/golang-web.scm (go-github-com-creack-pty-v2): Add
variable.
---
gnu/packages/golang-web.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 5fbf2fe41a..833d2b5a94 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -985,6 +985,27 @@ (define-public go-github-com-emersion-go-smtp
RFC 5321.")
(license license:expat)))
+(define-public go-github-com-creack-pty-v2
+ (package
+ (name "go-github-com-creack-pty-v2")
+ (version "2.0.0-20240228220112-08e77a045af8")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/creack/pty")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "03g863r7nxxkg0c7jbv5pgr53g2bvx4f7x3ngypzr0aa9rjmh7ic"))))
+ (build-system go-build-system)
+ (arguments (list #:import-path "github.com/creack/pty/v2"))
+ (home-page "https://github.com/creack/pty")
+ (synopsis "Functions for working with Unix terminals")
+ (description
+ "Package pty provides functions for working with Unix terminals.")
+ (license license:expat)))
+
(define-public go-github-com-emicklei-go-restful
(package
(name "go-github-com-emicklei-go-restful")
--
2.45.2
This bug report was last modified 166 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.