diff options
| author | Ashvith Shetty <ashvithshetty0010@zohomail.in> | 2025-02-15 00:35:32 +0530 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-15 16:08:40 +0000 |
| commit | 4fcdaf8bcaf24fa3c37361e464ebecf1c6e64377 (patch) | |
| tree | 6eb9954da96db77b0f077bdc6be2e4ffe2b27d4d /gnu | |
| parent | 57049ff631533decf5d1778c958972b51cfb8a45 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 3b9a6fcf4a7..c1759b7dedc 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -16129,6 +16129,37 @@ ongoing (blocked) read and write operations. | |||
| 16129 | It's an active fork of @url{https://github.com/npat-efault/poller}.") | 16129 | It's an active fork of @url{https://github.com/npat-efault/poller}.") |
| 16130 | (license license:bsd-2))) | 16130 | (license license:bsd-2))) |
| 16131 | 16131 | ||
| 16132 | ;; For micro@2.0.14 | ||
| 16133 | (define-public go-github-com-zyedidia-tcell-v2 | ||
| 16134 | (hidden-package | ||
| 16135 | (package | ||
| 16136 | (inherit go-github-com-gdamore-tcell-v2) | ||
| 16137 | (name "go-github-com-zyedidia-tcell-v2") | ||
| 16138 | (version "2.0.10") | ||
| 16139 | (source | ||
| 16140 | (origin | ||
| 16141 | (method git-fetch) | ||
| 16142 | (uri (git-reference | ||
| 16143 | (url "https://github.com/zyedidia/tcell") | ||
| 16144 | (commit (string-append "v" version)))) | ||
| 16145 | (file-name (git-file-name name version)) | ||
| 16146 | (sha256 | ||
| 16147 | (base32 "1rbivmy79sc8hnygj7b3axhiqgbx6xc4f28pz69nhq9w2skk3zb9")))) | ||
| 16148 | (arguments | ||
| 16149 | (list | ||
| 16150 | #:import-path "github.com/zyedidia/tcell/v2")) | ||
| 16151 | (propagated-inputs | ||
| 16152 | (list go-github-com-gdamore-encoding | ||
| 16153 | go-github-com-lucasb-eyer-go-colorful | ||
| 16154 | go-github-com-mattn-go-runewidth | ||
| 16155 | go-github-com-xo-terminfo | ||
| 16156 | go-github-com-zyedidia-poller | ||
| 16157 | go-golang-org-x-sys | ||
| 16158 | go-golang-org-x-text)) | ||
| 16159 | (home-page "https://github.com/zyedidia/tcell") | ||
| 16160 | (description | ||
| 16161 | "It's an alternative fork of @url{https://github.com/gdamore/tcell}.")))) | ||
| 16162 | |||
| 16132 | (define-public go-go-abhg-dev-komplete | 16163 | (define-public go-go-abhg-dev-komplete |
| 16133 | (package | 16164 | (package |
| 16134 | (name "go-go-abhg-dev-komplete") | 16165 | (name "go-go-abhg-dev-komplete") |
