[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/169: gnu: Add go-golang-org-x-telemetry-config.
From: |
guix-commits |
Subject: |
49/169: gnu: Add go-golang-org-x-telemetry-config. |
Date: |
Thu, 26 Sep 2024 09:25:38 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit a170658867c7b7e2c585554fbf40ddaea6cef625
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 12 23:32:47 2024 +0100
gnu: Add go-golang-org-x-telemetry-config.
* gnu/packages/golang-build.scm (go-golang-org-x-telemetry-config): New
variable.
Change-Id: I3958fa220149360ef4008b2c93301a41d5f6e063
---
gnu/packages/golang-build.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index aa113dd16b..f81da8205c 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -667,6 +667,36 @@ for hosting
@url{https://telemetry.go.dev,telemetry.go.dev} and instrumenting
Go toolchain programs with opt-in telemetry.")
(license license:bsd-3)))
+(define-public go-golang-org-x-telemetry-config
+ (package
+ (name "go-golang-org-x-telemetry-config")
+ (version "0.31.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://go.googlesource.com/telemetry")
+ (commit (go-version->git-ref version
+ #:subdir "config"))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0b5f3kf58wam741m7vfalv4n47djn6whxr4lf9w1jpjgaa6kq3an"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "golang.org/x/telemetry/config"
+ #:unpack-path "golang.org/x/telemetry"))
+ (home-page "https://golang.org/x/telemetry")
+ (synopsis "Subset of telemetry data for Golang telemetry")
+ (description
+ "The config package holds the config.json file defining the Go telemetry
+upload configuration and contains no actual Go code, and exists only so the
+config.json file can be served by module proxies.
+
+An upload configuration specifies the set of values that are permitted in
+telemetry uploads: GOOS, GOARCH, Go version, and per-program counters.")
+ (license license:bsd-3)))
+
(define-public go-golang-org-x-term
(package
(name "go-golang-org-x-term")
- 13/169: gnu: Remove go-github-com-kyoh86-xdg., (continued)
- 13/169: gnu: Remove go-github-com-kyoh86-xdg., guix-commits, 2024/09/26
- 40/169: gnu: go-github-com-prometheus-common: Fix build., guix-commits, 2024/09/26
- 37/169: gnu: go-github-com-golang-groupcache: Fix build., guix-commits, 2024/09/26
- 27/169: gnu: go-golang-org-x-sys: Update to 0.25.0., guix-commits, 2024/09/26
- 25/169: gnu: go-golang-org-x-mod: Update to 0.21.0., guix-commits, 2024/09/26
- 20/169: build-system/go: Add subdir parameter to go-version->git-ref., guix-commits, 2024/09/26
- 21/169: import/go: Account for monorepo modules in the Go importer., guix-commits, 2024/09/26
- 43/169: gnu: go-github-com-prometheus-statsd-exporter: Fix build., guix-commits, 2024/09/26
- 39/169: gnu: go-github-com-dgraph-io-badger: Fix build., guix-commits, 2024/09/26
- 44/169: gnu: go-github-com-ipfs-go-ds-badger: Fix build., guix-commits, 2024/09/26
- 49/169: gnu: Add go-golang-org-x-telemetry-config.,
guix-commits <=
- 50/169: gnu: go-github-com-google-go-cmdtest: Update to 0.4.0., guix-commits, 2024/09/26
- 54/169: gnu: go-github-com-google-go-cmdtest: Move to golang-build., guix-commits, 2024/09/26
- 55/169: gnu: go-golang-org-x-vuln: Update to 1.1.3., guix-commits, 2024/09/26
- 56/169: gnu: go-golang-org-x-vuln: Move to golang-build., guix-commits, 2024/09/26
- 07/169: gnu: go-github-com-jaytaylor-html2text: Enable tests., guix-commits, 2024/09/26
- 14/169: gnu: Remove go-github-com-rylans-getlang., guix-commits, 2024/09/26
- 17/169: build-system/go: Allow providing additional test flags., guix-commits, 2024/09/26
- 31/169: gnu: go-golang-org-x-xerrors: Fix indentation., guix-commits, 2024/09/26
- 38/169: gnu: go-github-com-libp2p-go-msgio: Fix build., guix-commits, 2024/09/26
- 22/169: import/go: Add diagnostics., guix-commits, 2024/09/26