mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-nwidger-jsoncolor: Move to golang-xyz.
* gnu/packages/golang-web.scm (go-github-com-nwidger-jsoncolor): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I10755233b70242116bd5fb8055aca3519ef8111c
This commit is contained in:
parent
85af01955d
commit
cb437c97cb
2 changed files with 26 additions and 26 deletions
|
@ -7877,32 +7877,6 @@ Object Storage / Rackspace Cloud Files.")
|
||||||
@url{https://www.inwx.com/en/help/apidoc, INWX XML-RPC API}.")
|
@url{https://www.inwx.com/en/help/apidoc, INWX XML-RPC API}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-nwidger-jsoncolor
|
|
||||||
(package
|
|
||||||
(name "go-github-com-nwidger-jsoncolor")
|
|
||||||
(version "0.3.0")
|
|
||||||
(home-page "https://github.com/nwidger/jsoncolor")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url home-page)
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "13rd146pnj7qm70r1333gyd1f61x40nafxlpvdxlci9h7mx8c5p8"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/nwidger/jsoncolor"))
|
|
||||||
(native-inputs
|
|
||||||
(list go-github-com-fatih-color))
|
|
||||||
(synopsis "Colorized JSON marshalling and encoding")
|
|
||||||
(description
|
|
||||||
"@code{jsoncolor} is a drop-in replacement for @code{encoding/json}'s
|
|
||||||
@code{Marshal} and @code{MarshalIndent} functions and @code{Encoder} type
|
|
||||||
which produce colorized output using github.com/fatih/color.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-nytimes-gziphandler
|
(define-public go-github-com-nytimes-gziphandler
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-nytimes-gziphandler")
|
(name "go-github-com-nytimes-gziphandler")
|
||||||
|
|
|
@ -15365,6 +15365,32 @@ NSQ protocol @url{https://nsq.io/}.")
|
||||||
;; found in the LICENSE file.
|
;; found in the LICENSE file.
|
||||||
(license license:bsd-0)))
|
(license license:bsd-0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-nwidger-jsoncolor
|
||||||
|
(package
|
||||||
|
(name "go-github-com-nwidger-jsoncolor")
|
||||||
|
(version "0.3.0")
|
||||||
|
(home-page "https://github.com/nwidger/jsoncolor")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url home-page)
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "13rd146pnj7qm70r1333gyd1f61x40nafxlpvdxlci9h7mx8c5p8"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:import-path "github.com/nwidger/jsoncolor"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-fatih-color))
|
||||||
|
(synopsis "Colorized JSON marshalling and encoding")
|
||||||
|
(description
|
||||||
|
"@code{jsoncolor} is a drop-in replacement for @code{encoding/json}'s
|
||||||
|
@code{Marshal} and @code{MarshalIndent} functions and @code{Encoder} type
|
||||||
|
which produce colorized output using github.com/fatih/color.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-nxadm-tail
|
(define-public go-github-com-nxadm-tail
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-nxadm-tail")
|
(name "go-github-com-nxadm-tail")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue