diff options
author | Sharlatan Hellseher <[email protected]> | 2025-01-09 20:30:25 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:47:50 +0000 |
commit | 43c415daad11d32b78d876d3a41b4abda5e9901b (patch) | |
tree | eef40a98ea9012a8e05f4f3244d9e6cdfc748685 /gnu/packages/golang.scm | |
parent | ef7c6b40c572b58b89eb0fa37635580213e90a40 (diff) |
gnu: go-github-com-lucasb-eyer-go-colorful: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-lucasb-eyer-go-colorful): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/image-viewers.scm: Add golang-xyz.
Change-Id: I9bb92dc5e5b549e74f6354870a061d958ff34931
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 37fae376fc..27e23d06a8 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2549,31 +2549,6 @@ GIT_TRACE mechanism.") anchor names.") (license license:expat))) -(define-public go-github-com-lucasb-eyer-go-colorful - (package - (name "go-github-com-lucasb-eyer-go-colorful") - (version "1.2.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/lucasb-eyer/go-colorful") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "08c3fkf27r16izjjd4w94xd1z7w1r4mdalbl53ms2ka2j465s3qs")))) - (build-system go-build-system) - (propagated-inputs (list go-golang-org-x-image)) - (arguments - (list #:import-path "github.com/lucasb-eyer/go-colorful")) - (home-page "https://github.com/lucasb-eyer/go-colorful") - (synopsis "Library for playing with colors in Go") - (description - "The colorful package provides a library for using colors in Go. -It stores colors in RGB and provides methods for converting these to -various color spaces.") - (license license:expat))) - (define-public go-github-com-cention-sany-utf7 (package (name "go-github-com-cention-sany-utf7") |