mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: go-github-com-motemen-go-colorine: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-motemen-go-colorine): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I8003ab7f12ce07a7e7ff4d87f3956979e3522510
This commit is contained in:
parent
a00e5c6410
commit
ff64c36d4f
2 changed files with 25 additions and 23 deletions
|
@ -1841,29 +1841,6 @@ your Go binary to be later served from an http.FileSystem.")
|
|||
(description "This package provides additions to Go's stdlib @code{fmt}.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-motemen-go-colorine
|
||||
(package
|
||||
(name "go-github-com-motemen-go-colorine")
|
||||
(version "0.0.0-20180816141035-45d19169413a")
|
||||
(home-page "https://github.com/motemen/go-colorine")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mdy6q0926s1frj027nlzlvm2qssmkpjis7ic3l2smajkzh07118"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/motemen/go-colorine"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-daviddengcn-go-colortext))
|
||||
(synopsis "Simple colorized console logger for golang")
|
||||
(description
|
||||
"This package provides simple colorized console logger for golang.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-daviddengcn-go-colortext
|
||||
(package
|
||||
(name "go-github-com-daviddengcn-go-colortext")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue