diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-15 15:01:55 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-15 16:18:10 +0000 |
| commit | 54e86bc17068ae637a63ed96eb46e160b943f577 (patch) | |
| tree | 3ef69f484c282247406be3b4544ba0ef6c3006f9 /gnu | |
| parent | ca625c595514ff6f0264d54a2f6586b404999c76 (diff) | |
gnu: Add go-codeberg-org-anaseto-gruid-tcell.
* gnu/packages/golang-xyz.scm (go-codeberg-org-anaseto-gruid-tcell): New variable.
Change-Id: If6408b2e4b070ccc53da62f13f9dba0a7d1ae643
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index aa3991dd96e..79abd0f1750 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -317,6 +317,32 @@ user needs to serve using an http server a directory containing the app.wasm | |||
| 317 | file along with an index.html file.") | 317 | file along with an index.html file.") |
| 318 | (license license:isc))) | 318 | (license license:isc))) |
| 319 | 319 | ||
| 320 | (define-public go-codeberg-org-anaseto-gruid-tcell | ||
| 321 | (package | ||
| 322 | (name "go-codeberg-org-anaseto-gruid-tcell") | ||
| 323 | (version "0.3.0") | ||
| 324 | (source | ||
| 325 | (origin | ||
| 326 | (method git-fetch) | ||
| 327 | (uri (git-reference | ||
| 328 | (url "https://codeberg.org/anaseto/gruid-tcell.git") | ||
| 329 | (commit (string-append "v" version)))) | ||
| 330 | (file-name (git-file-name name version)) | ||
| 331 | (sha256 | ||
| 332 | (base32 "0zr5xlmnxva5n3c5fj5hxg1wcsw1pq4favfwwv5nclwgzbd0mjr5")))) | ||
| 333 | (build-system go-build-system) | ||
| 334 | (arguments | ||
| 335 | (list | ||
| 336 | #:import-path "codeberg.org/anaseto/gruid-tcell")) | ||
| 337 | (propagated-inputs | ||
| 338 | (list go-codeberg-org-anaseto-gruid | ||
| 339 | go-github-com-gdamore-tcell-v2)) | ||
| 340 | (home-page "https://codeberg.org/anaseto/gruid-tcell") | ||
| 341 | (synopsis "Gruid Driver using the tcell library") | ||
| 342 | (description | ||
| 343 | "Package tcell provides a gruid Driver for making terminal apps.") | ||
| 344 | (license license:isc))) | ||
| 345 | |||
| 320 | (define-public go-dario-cat-mergo | 346 | (define-public go-dario-cat-mergo |
| 321 | (package | 347 | (package |
| 322 | (name "go-dario-cat-mergo") | 348 | (name "go-dario-cat-mergo") |
