diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-08 20:53:35 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:47:46 +0000 |
commit | 5646fb717dcfc6bca4a9db691f2fd33183059eb4 (patch) | |
tree | b1168108ec3eba8f720fce4da850b871bc2cbe3a /gnu/packages/golang.scm | |
parent | fc07de05d7b300787aa68a5213a39b63db906879 (diff) |
gnu: go-github-com-kataras-pio: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-kataras-pio): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: Ibbd6329cb264458d03e3da64d6a051b360d0d8d3
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index cccd58e043..69b0fb1535 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1242,30 +1242,6 @@ networks where it would otherwise be blocked or heavily throttled.") (description "GoLog is a level-based logger written in Go.") (license license:bsd-3))) -(define-public go-github-com-kataras-pio - (package - (name "go-github-com-kataras-pio") - (version "0.0.13") - (source - (origin - (method git-fetch) - (uri - (git-reference - (url "https://github.com/kataras/pio") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1z0fkhs6amnkvb02519pfxy2x2r5sfmvdzxfi31ipa17m98pk3bq")))) - (build-system go-build-system) - (arguments - `(#:import-path "github.com/kataras/pio")) - (home-page "https://github.com/kataras/pio") - (synopsis "Pill for Input/Output") - (description "PIO is a low-level package that provides a way to centralize -different output targets. Supports colors and text decoration to all popular -terminals.") - (license license:bsd-3))) - (define-public go-github-com-kortschak-utter (package (name "go-github-com-kortschak-utter") |