mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-caarlos0-env.
* gnu/packages/golang-xyz.scm (go-github-com-caarlos0-env): New variable. Change-Id: If15faf6ebae7c94204b816a9d784e6b28d70be2e Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
269e4034fc
commit
0734d5a380
1 changed files with 24 additions and 0 deletions
|
@ -1394,6 +1394,30 @@ marshalling and unmarshalling library in Go. It uses code generation and not
|
||||||
reflection.")
|
reflection.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-caarlos0-env
|
||||||
|
(package
|
||||||
|
(name "go-github-com-caarlos0-env")
|
||||||
|
(version "11.2.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/caarlos0/env")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "074bagdfvsq65i0cak5l7ipci0b1j2m0j8rd54g7rznhqmxwha97"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/caarlos0/env"))
|
||||||
|
(home-page "https://github.com/caarlos0/env")
|
||||||
|
(synopsis "Library to parse environment variables into structs")
|
||||||
|
(description
|
||||||
|
"@code{env} is a simple, zero-dependencies library to parse environment
|
||||||
|
variables into structs.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-charlievieth-fastwalk
|
(define-public go-github-com-charlievieth-fastwalk
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-charlievieth-fastwalk")
|
(name "go-github-com-charlievieth-fastwalk")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue