GNU bug report logs - #76273
[PATCH v1 00/10] gnu: Add micro.

Previous Next

Package: guix-patches;

Reported by: Ashvith Shetty <ashvithshetty0010 <at> zohomail.in>

Date: Thu, 13 Feb 2025 23:50:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #104 received at 76273 <at> debbugs.gnu.org (full text, mbox):

From: Ashvith Shetty <ashvithshetty0010 <at> zohomail.in>
To: 76273 <at> debbugs.gnu.org
Cc: Ashvith Shetty <ashvithshetty0010 <at> zohomail.in>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH v3 09/10] gnu: Add go-github-com-zyedidia-terminal.
Date: Sat, 15 Feb 2025 00:35:33 +0530
* gnu/packages/golang-xyz.scm (go-github-com-zyedidia-terminal): New variable.

Change-Id: I94caacaf4440cbfa547344aa84c084949b873c3f
---
 gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 8ff3fe8c55..a7c389dee1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -16130,6 +16130,33 @@ (define-public go-github-com-zyedidia-tcell
 uncommon!) terminals or terminal emulators, and Windows console implementations.")
     (license license:asl2.0)))
 
+(define-public go-github-com-zyedidia-terminal
+  (package
+    (name "go-github-com-zyedidia-terminal")
+    (version "0.0.0-20230315200948-4b3bcf6dddef")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/zyedidia/terminal")
+             (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0lqplkpllv63msf7sp8igrhvkrnr8l8hz4v5daliyn4qwvgs3k63"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/zyedidia/terminal"))
+    (propagated-inputs (list go-github-com-creack-pty))
+    (home-page "https://github.com/zyedidia/terminal")
+    (synopsis "Package terminal is a vt10x terminal emulation backend")
+    (description
+     "Package terminal is a vt10x terminal emulation backend, influenced largely by
+@code{st}, @code{rxvt}, @code{xterm}, and @code{iTerm} as reference.  Use it for
+terminal muxing, a terminal emulation frontend, or wherever else you need terminal
+emulation.")
+    (license license:expat)))
+
 (define-public go-go-abhg-dev-komplete
   (package
     (name "go-go-abhg-dev-komplete")
-- 
2.48.1





This bug report was last modified 95 days ago.

Previous Next


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