gnu: go-github-com-xo-terminfo: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-xo-terminfo): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I8ba7b7d24737b8067b22b786c2aca73aec84d0d4
This commit is contained in:
Sharlatan Hellseher 2025-01-09 20:01:14 +00:00
parent 8b81f548fb
commit 9c73749f84
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 24 deletions

View file

@ -14024,6 +14024,30 @@ similar string with weeks or days too.")
"This package provides a simple ASCII tree composing tool.")
(license license:expat)))
(define-public go-github-com-xo-terminfo
(package
(name "go-github-com-xo-terminfo")
(version "0.0.0-20220910002029-abceb7e1c41e")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/xo/terminfo")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0n3b37z76rz3l74mhrvviz66xa8dqwpvc2gb6cyzql5smbcs9y3a"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/xo/terminfo"))
(native-inputs
(list go-golang-org-x-exp))
(home-page "https://github.com/xo/terminfo")
(synopsis "Read the terminfo database in Go")
(description
"The terminfo package implements terminfo database reading for Go.")
(license license:expat)))
(define-public go-github-com-xrash-smetrics
(package
(name "go-github-com-xrash-smetrics")

View file

@ -2621,30 +2621,6 @@ encoding in Go.")
over strings.")
(license license:expat)))
(define-public go-github-com-xo-terminfo
(package
(name "go-github-com-xo-terminfo")
(version "0.0.0-20220910002029-abceb7e1c41e")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/xo/terminfo")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
"0n3b37z76rz3l74mhrvviz66xa8dqwpvc2gb6cyzql5smbcs9y3a"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/xo/terminfo"))
(native-inputs
(list go-golang-org-x-exp))
(home-page "https://github.com/xo/terminfo")
(synopsis "Read the terminfo database in Go")
(description
"The terminfo package implements terminfo database reading for Go.")
(license license:expat)))
(define-public go-github-com-lunixbochs-vtclean
(package
(name "go-github-com-lunixbochs-vtclean")