mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-github-com-rivo-tview: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-rivo-tview): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: If3a3daa2a26594c1a2d2a336a22e85a2c62a0011
This commit is contained in:
parent
3d1843dc27
commit
09f03a4adb
2 changed files with 28 additions and 28 deletions
|
@ -10814,6 +10814,34 @@ routines querying a database but without sending too much queries in order to
|
||||||
not overload the given database.")
|
not overload the given database.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-rivo-tview
|
||||||
|
(package
|
||||||
|
(name "go-github-com-rivo-tview")
|
||||||
|
(version "0.0.0-20241227133733-17b7edb88c57")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/rivo/tview")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1w59vyvs8k5mzl7k39zpwcwwdgam2pbz0rnrfnnjgvkld1rh81dc"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:import-path "github.com/rivo/tview"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-gdamore-tcell-v2
|
||||||
|
go-github-com-lucasb-eyer-go-colorful
|
||||||
|
go-github-com-rivo-uniseg))
|
||||||
|
(home-page "https://github.com/rivo/tview")
|
||||||
|
(synopsis "Rich Interactive Widgets for Terminal UIs")
|
||||||
|
(description
|
||||||
|
"The tview package implements rich widgets for terminal based user
|
||||||
|
interfaces. The widgets provided with this package are useful for data
|
||||||
|
exploration and data entry.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-rivo-uniseg
|
(define-public go-github-com-rivo-uniseg
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-rivo-uniseg")
|
(name "go-github-com-rivo-uniseg")
|
||||||
|
|
|
@ -3382,34 +3382,6 @@ over strings.")
|
||||||
Go library.")
|
Go library.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-rivo-tview
|
|
||||||
(package
|
|
||||||
(name "go-github-com-rivo-tview")
|
|
||||||
(version "0.0.0-20241227133733-17b7edb88c57")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/rivo/tview")
|
|
||||||
(commit (go-version->git-ref version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1w59vyvs8k5mzl7k39zpwcwwdgam2pbz0rnrfnnjgvkld1rh81dc"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list #:import-path "github.com/rivo/tview"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-github-com-gdamore-tcell-v2
|
|
||||||
go-github-com-lucasb-eyer-go-colorful
|
|
||||||
go-github-com-rivo-uniseg))
|
|
||||||
(home-page "https://github.com/rivo/tview")
|
|
||||||
(synopsis "Rich Interactive Widgets for Terminal UIs")
|
|
||||||
(description
|
|
||||||
"The tview package implements rich widgets for terminal based user
|
|
||||||
interfaces. The widgets provided with this package are useful for data
|
|
||||||
exploration and data entry.")
|
|
||||||
(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