diff options
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") |
