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-debug.
* gnu/packages/golang-xyz.scm (go-github-com-zclconf-go-cty-debug): New variable. Change-Id: I432d0f3b67a861d27cb8e7aeb40855e08f923b0d
This commit is contained in:
parent
24c9c00e6f
commit
4ffe1d1bd9
1 changed files with 28 additions and 0 deletions
|
@ -13727,6 +13727,34 @@ losing type information. The primary intended use is for implementing
|
|||
configuration languages, but other uses may be possible too.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-zclconf-go-cty-debug
|
||||
(package
|
||||
(name "go-github-com-zclconf-go-cty-debug")
|
||||
(version "0.0.0-20240509010212-0d6042c53940")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/zclconf/go-cty-debug")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0izkqnciir10zamr1ca32bmyir1d5hfyxh84dj2q39bw1sj3fs7j"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:skip-build? #t
|
||||
#:import-path "github.com/zclconf/go-cty-debug"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-google-go-cmp
|
||||
go-github-com-zclconf-go-cty))
|
||||
(home-page "https://github.com/zclconf/go-cty-debug")
|
||||
(synopsis "Debugging and inspection utilities for cty")
|
||||
(description
|
||||
"This package implements a functionality for debugging and inspection
|
||||
utilities for cty Golang module.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-go-abhg-dev-komplete
|
||||
(package
|
||||
(name "go-go-abhg-dev-komplete")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue