mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: go-github-com-fatih-color: Remove vendored code.
* gnu/packages/golang.scm (go-github-com-fatih-color)[source]: Add snippet. [propagated-inputs]: Add go-github-com-mattn-go-colorable, go-github-com-mattn-go-isatty.
This commit is contained in:
parent
98d93f9769
commit
d2c8f1da53
1 changed files with 8 additions and 1 deletions
|
@ -6039,10 +6039,17 @@ (define-public go-github-com-fatih-color
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zc0zlilf03h121f9jqq3ar0hfm7706547zysxp2qxbm920pz7h0"))))
|
||||
"1zc0zlilf03h121f9jqq3ar0hfm7706547zysxp2qxbm920pz7h0"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
(delete-file-recursively "vendor")))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/fatih/color"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-mattn-go-colorable
|
||||
go-github-com-mattn-go-isatty))
|
||||
(synopsis "Print colored text in Go")
|
||||
(description "This package provides an ANSI color package to output
|
||||
colorized or SGR defined output to the standard output.")
|
||||
|
|
Loading…
Reference in a new issue