1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: go-git-sr-ht-rockorager-tcell-term: Move to golang-xyz.

* gnu/packages/golang.scm (go-git-sr-ht-rockorager-tcell-term): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I493bc41998770bca0794f92e0bc69a6eeeea656b
This commit is contained in:
Sharlatan Hellseher 2025-01-07 15:16:59 +00:00
parent 60fb3cc50d
commit 30cbe8c7e0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 29 additions and 29 deletions

View file

@ -343,6 +343,35 @@ annotations on struct fields. It came as a spin-off from
commands.")
(license license:expat)))
(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"))
(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")