mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-go-starlark-net.
* gnu/packages/golang-web.scm (go-go-starlark-net): New variable. Change-Id: Iee2a6bf63f303af1020aaaa6fb029b54c1d0916d
This commit is contained in:
parent
7bddfd2e4b
commit
e4171772e3
1 changed files with 34 additions and 0 deletions
|
@ -11173,6 +11173,40 @@ metrics SDK.")
|
||||||
"Package trace provides an implementation of the tracing part of the
|
"Package trace provides an implementation of the tracing part of the
|
||||||
OpenTelemetry API.")))
|
OpenTelemetry API.")))
|
||||||
|
|
||||||
|
(define-public go-go-starlark-net
|
||||||
|
(package
|
||||||
|
(name "go-go-starlark-net")
|
||||||
|
(version "0.0.0-20250701195324-d457b4515e0e")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/google/starlark-go")
|
||||||
|
(commit (go-version->git-ref version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1cy6xxf2hjvd9b0wbdybn46h3qrkhxy9l11mzbrs21y0i1hlyiji"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:skip-build? #t
|
||||||
|
#:import-path "go.starlark.net"
|
||||||
|
;; Intfallback subcommand failed: fork/exec /bin/sh: no such file or
|
||||||
|
;; directory.
|
||||||
|
#:test-flags #~(list "-skip" "TestIntFallback")))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-chzyer-readline
|
||||||
|
go-github-com-google-go-cmp
|
||||||
|
go-golang-org-x-sys
|
||||||
|
go-golang-org-x-term
|
||||||
|
go-google-golang-org-protobuf))
|
||||||
|
(home-page "https://github.com/google/starlark-go")
|
||||||
|
(synopsis "Starlark configuration language, implemented in Golang")
|
||||||
|
(description
|
||||||
|
"This package provides Starlark - a dialect of Python intended for use as
|
||||||
|
a configuration language.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-goji-io
|
(define-public go-goji-io
|
||||||
(package
|
(package
|
||||||
(name "go-goji-io")
|
(name "go-goji-io")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue