mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-zclconf-go-cty-yaml.
* gnu/packages/golang-xyz.scm (go-github-com-zclconf-go-cty-yaml): New variable. Change-Id: I7e4374e4bc0e50a3aea590835e8afe9dba911c7e
This commit is contained in:
parent
606e52ceaf
commit
e3d174ca4b
1 changed files with 24 additions and 0 deletions
|
@ -20373,6 +20373,30 @@ configuration languages, but other uses may be possible too.")
|
|||
utilities for cty Golang module.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-zclconf-go-cty-yaml
|
||||
(package
|
||||
(name "go-github-com-zclconf-go-cty-yaml")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/zclconf/go-cty-yaml")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0wwfwrf77rwxi39ln8mhdwg2d2znqz109yksac9x0x9jhczmxbvf"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/zclconf/go-cty-yaml"))
|
||||
(propagated-inputs (list go-github-com-zclconf-go-cty))
|
||||
(home-page "https://github.com/zclconf/go-cty-yaml")
|
||||
(synopsis "YAML marshalling and unmarshalling for go-cty")
|
||||
(description
|
||||
"Package yaml can marshal and unmarshal cty values in YAML format.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-zitadel-logging
|
||||
(package
|
||||
(name "go-github-com-zitadel-logging")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue