mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gron: Move to golang-web.
* gnu/packages/golang.scm (gron): Move from here ... * gnu/packages/golang-web.scm: ... to here. Change-Id: Ib657465e9603c96e285f4658b38b5c0c37535756
This commit is contained in:
parent
dbcd298526
commit
97ea9da58e
2 changed files with 31 additions and 31 deletions
|
@ -8580,6 +8580,37 @@ go-github-com-multiformats-go-multiaddr-dns.")))
|
||||||
(description "This package provides a CLI binary executible built from
|
(description "This package provides a CLI binary executible built from
|
||||||
go-github-com-tdewolff-minify-v2 source.")))
|
go-github-com-tdewolff-minify-v2 source.")))
|
||||||
|
|
||||||
|
(define-public gron
|
||||||
|
(package
|
||||||
|
(name "gron")
|
||||||
|
(version "0.7.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/tomnomnom/gron")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1sj34b6yv0qigy3aq7qmwf8bqxp1a8qh9p10lzkpw58s1c0iyh36"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:install-source? #f
|
||||||
|
#:import-path "github.com/tomnomnom/gron"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-fatih-color
|
||||||
|
go-github-com-mattn-go-colorable
|
||||||
|
go-github-com-nwidger-jsoncolor
|
||||||
|
go-github-com-pkg-errors))
|
||||||
|
(home-page "https://github.com/tomnomnom/gron")
|
||||||
|
(synopsis "Transform JSON to make it easier to grep")
|
||||||
|
(description
|
||||||
|
"This package transforms JSON into discrete assignments to make it easier
|
||||||
|
to use line-based tools such as grep to search for what you want and see the
|
||||||
|
absolute \"path\" to it.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public xurls
|
(define-public xurls
|
||||||
(package
|
(package
|
||||||
(inherit go-mvdan-cc-xurls-v2)
|
(inherit go-mvdan-cc-xurls-v2)
|
||||||
|
|
|
@ -2229,37 +2229,6 @@ developed by the Go team. It provides IDE features to any LSP-compatible
|
||||||
editor.")
|
editor.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public gron
|
|
||||||
(package
|
|
||||||
(name "gron")
|
|
||||||
(version "0.7.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/tomnomnom/gron")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1sj34b6yv0qigy3aq7qmwf8bqxp1a8qh9p10lzkpw58s1c0iyh36"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:install-source? #f
|
|
||||||
#:import-path "github.com/tomnomnom/gron"))
|
|
||||||
(native-inputs
|
|
||||||
(list go-github-com-fatih-color
|
|
||||||
go-github-com-mattn-go-colorable
|
|
||||||
go-github-com-nwidger-jsoncolor
|
|
||||||
go-github-com-pkg-errors))
|
|
||||||
(home-page "https://github.com/tomnomnom/gron")
|
|
||||||
(synopsis "Transform JSON to make it easier to grep")
|
|
||||||
(description
|
|
||||||
"This package transforms JSON into discrete assignments to make it easier
|
|
||||||
to use line-based tools such as grep to search for what you want and see the
|
|
||||||
absolute \"path\" to it.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-google-cadvisor
|
(define-public go-github-com-google-cadvisor
|
||||||
(let ((commit "2ed7198f77395ee9a172878a0a7ab92ab59a2cfd")
|
(let ((commit "2ed7198f77395ee9a172878a0a7ab92ab59a2cfd")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue