diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-15 12:17:29 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-15 12:17:55 +0100 |
commit | 3e1fd3972aceaea22b3be1ffe75ef549a3694f07 (patch) | |
tree | 880cbd9bd4a2488cfa1d4ddbbbb89be755f73995 /gnu/packages/golang.scm | |
parent | 973f3bd810f0f2a3297d25871550407fa91f7956 (diff) | |
download | guix-3e1fd3972aceaea22b3be1ffe75ef549a3694f07.tar guix-3e1fd3972aceaea22b3be1ffe75ef549a3694f07.tar.gz |
gnu: Remove go-golang-org-colorful.
* gnu/packages/golang.scm (go-golang-org-colorful): Delete variable.
Change-Id: I135fead7fdc01f293756a798dbd9b19897e74c06
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 889fb054ce..3ea153978f 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -5325,9 +5325,6 @@ It stores colors in RGB and provides methods for converting these to various color spaces.") (license license:expat))) -(define-public go-golang-org-colorful - (deprecated-package "go-golang-org-colorful" go-github-com-lucasb-eyer-go-colorful)) - (define-public go-github-com-gdamore-encoding (package (name "go-github-com-gdamore-encoding") |