mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +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
|
@ -10350,6 +10350,31 @@ standard @code{copy} will copy the pointers where @code{deepcopy} copies the
|
|||
values pointed to. Unexported field values are not copied.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-motemen-go-colorine
|
||||
(package
|
||||
(name "go-github-com-motemen-go-colorine")
|
||||
(version "0.0.0-20180816141035-45d19169413a")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/motemen/go-colorine")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mdy6q0926s1frj027nlzlvm2qssmkpjis7ic3l2smajkzh07118"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/motemen/go-colorine"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-daviddengcn-go-colortext))
|
||||
(home-page "https://github.com/motemen/go-colorine")
|
||||
(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-mreiferson-go-options
|
||||
(package
|
||||
(name "go-github-com-mreiferson-go-options")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue