From 3b7695653dc62a67772cb1fc83c1261682d0df1a Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 2 Jun 2025 12:20:28 +0200 Subject: [PATCH] gnu: Add go-github-com-hinshun-vt10x. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/golang-xyz.scm (go-github-com-hinshun-vt10x): New variable. Co-authored-by: Ludovic Courtès Change-Id: I30edcf4a64b5db1c179ebc3b825c2f0a8e1664e1 --- gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 2f1c28fbec..4336215070 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -8217,6 +8217,32 @@ anniversaries.") @end itemize") (license license:bsd-3))) +(define-public go-github-com-hinshun-vt10x + (package + (name "go-github-com-hinshun-vt10x") + (version "0.0.0-20220301184237-5011da428d02") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/hinshun/vt10x") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0pzdwwbzxrsqjb8xfzmfpkyb1gbcszrrimr70cz75jjk2535r26b")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/hinshun/vt10x")) + (home-page "https://github.com/hinshun/vt10x") + (synopsis "vt10x terminal emulation backend") + (description + "Package terminal is a vt10x terminal emulation backend, influenced +largely by st, rxvt, xterm, and 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-github-com-hodgesds-perf-utils (package (name "go-github-com-hodgesds-perf-utils")