mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
07f7277429
commit
177da1bd7a
2 changed files with 24 additions and 24 deletions
|
@ -14024,6 +14024,30 @@ similar string with weeks or days too.")
|
||||||
"This package provides a simple ASCII tree composing tool.")
|
"This package provides a simple ASCII tree composing tool.")
|
||||||
(license license:expat)))
|
(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
|
(define-public go-github-com-xrash-smetrics
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-xrash-smetrics")
|
(name "go-github-com-xrash-smetrics")
|
||||||
|
|
|
@ -2621,30 +2621,6 @@ encoding in Go.")
|
||||||
over strings.")
|
over strings.")
|
||||||
(license license:expat)))
|
(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
|
(define-public go-github-com-lunixbochs-vtclean
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-lunixbochs-vtclean")
|
(name "go-github-com-lunixbochs-vtclean")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue