guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 767377df3aeefbf41e43bf4d71c4dd2cb3811fa6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 10 19:04:40 2026 +0000

    gnu: Remove go-git-sr-ht-rockorager-tcell-term.
    
    * gnu/packages/golang-xyz.scm (go-git-sr-ht-rockorager-tcell-term): Delete 
variable.
    
    Fixes: guix/guix#6290
    Change-Id: I7128752a607aeeeeeb3f9351226544acc19d42a6
---
 gnu/packages/golang-xyz.scm | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ff7a2f45aa..9ea68d2961 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -635,38 +635,6 @@ commands.")
      (list
       #:import-path "git.sr.ht/~rjarry/go-opt/v2"))))
 
-(define-public go-git-sr-ht-rockorager-tcell-term
-  (package
-    (name "go-git-sr-ht-rockorager-tcell-term")
-    (version "0.10.0")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-              (url "https://git.sr.ht/~rockorager/tcell-term";)
-              (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1z64yzr2l5j5r5rqi89jk4madn3ak8hw95lva5ra7gnlyhh2vs05"))))
-    (build-system go-build-system)
-    (arguments
-     (list
-      #:import-path "git.sr.ht/~rockorager/tcell-term"
-      #:test-flags
-      #~(list "-vet=off"))) ;[email protected] forces vet, but tests are not ready yet.
-    (native-inputs
-     (list go-github-com-stretchr-testify))
-    (propagated-inputs
-     (list go-github-com-creack-pty
-           go-github-com-gdamore-tcell-v2
-           go-github-com-mattn-go-runewidth))
-    (home-page "https://git.sr.ht/~rockorager/tcell-term";)
-    (synopsis "Terminal widget for @code{tcell}")
-    (description
-     "This package provides a virtual terminal widget for the @code{tcell}
-Go library.")
-    (license license:expat)))
-
 (define-public go-git-sr-ht-rockorager-vaxis
   (package
     (name "go-git-sr-ht-rockorager-vaxis")

Reply via email to