mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-zyedidia-tcell-v2.
* gnu/packages/golang-xyz.scm (go-github-com-zyedidia-tcell-v2): New variable. Change-Id: Id6d92347e6b7b080b906f5ef7849b6589fb80d04 Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
57049ff631
commit
4fcdaf8bca
1 changed files with 31 additions and 0 deletions
|
@ -16129,6 +16129,37 @@ ongoing (blocked) read and write operations.
|
|||
It's an active fork of @url{https://github.com/npat-efault/poller}.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
;; For micro@2.0.14
|
||||
(define-public go-github-com-zyedidia-tcell-v2
|
||||
(hidden-package
|
||||
(package
|
||||
(inherit go-github-com-gdamore-tcell-v2)
|
||||
(name "go-github-com-zyedidia-tcell-v2")
|
||||
(version "2.0.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/zyedidia/tcell")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rbivmy79sc8hnygj7b3axhiqgbx6xc4f28pz69nhq9w2skk3zb9"))))
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/zyedidia/tcell/v2"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-gdamore-encoding
|
||||
go-github-com-lucasb-eyer-go-colorful
|
||||
go-github-com-mattn-go-runewidth
|
||||
go-github-com-xo-terminfo
|
||||
go-github-com-zyedidia-poller
|
||||
go-golang-org-x-sys
|
||||
go-golang-org-x-text))
|
||||
(home-page "https://github.com/zyedidia/tcell")
|
||||
(description
|
||||
"It's an alternative fork of @url{https://github.com/gdamore/tcell}."))))
|
||||
|
||||
(define-public go-go-abhg-dev-komplete
|
||||
(package
|
||||
(name "go-go-abhg-dev-komplete")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue