mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +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:
parent
60fb3cc50d
commit
30cbe8c7e0
2 changed files with 29 additions and 29 deletions
|
@ -343,6 +343,35 @@ annotations on struct fields. It came as a spin-off from
|
||||||
commands.")
|
commands.")
|
||||||
(license license:expat)))
|
(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
|
(define-public go-git-sr-ht-rockorager-vaxis
|
||||||
(package
|
(package
|
||||||
(name "go-git-sr-ht-rockorager-vaxis")
|
(name "go-git-sr-ht-rockorager-vaxis")
|
||||||
|
|
|
@ -3060,35 +3060,6 @@ encoding in Go.")
|
||||||
over strings.")
|
over strings.")
|
||||||
(license license:expat)))
|
(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-github-com-xo-terminfo
|
(define-public go-github-com-xo-terminfo
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-xo-terminfo")
|
(name "go-github-com-xo-terminfo")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue