[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
238/244: gnu: go-github-com-prometheus-client-model: Simplify.
From: |
guix-commits |
Subject: |
238/244: gnu: go-github-com-prometheus-client-model: Simplify. |
Date: |
Fri, 28 Mar 2025 20:18:30 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 53fd6254e203f0fbef4792cb6fca5b890b64d999
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Mar 28 22:29:01 2025 +0000
gnu: go-github-com-prometheus-client-model: Simplify.
* gnu/packages/prometheus.scm (go-github-com-prometheus-client-model)
[arguments] <skip-build?>: No go files in project's root.
<tests?>: Enable them.
<phases>: Do not delete 'build, skip it.
Change-Id: Iee59390189b237977ca3b4b163721ee11caa07aa
---
gnu/packages/prometheus.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm
index 0a776bb488..ec70d45817 100644
--- a/gnu/packages/prometheus.scm
+++ b/gnu/packages/prometheus.scm
@@ -238,12 +238,8 @@ Prometheus metrics.")
(build-system go-build-system)
(arguments
(list
- #:import-path "github.com/prometheus/client_model"
- #:tests? #f
- #:phases
- #~(modify-phases %standard-phases
- ;; Source-only package
- (delete 'build))))
+ #:skip-build? #t
+ #:import-path "github.com/prometheus/client_model"))
(propagated-inputs
(list go-github-com-golang-protobuf))
(home-page "https://github.com/prometheus/client_model")
- 216/244: gnu: go-github-com-ipfs-go-peertaskqueue: Adjust inputs., (continued)
- 216/244: gnu: go-github-com-ipfs-go-peertaskqueue: Adjust inputs., guix-commits, 2025/03/28
- 217/244: gnu: kubo: Unbundle more inputs., guix-commits, 2025/03/28
- 218/244: gnu: kubo: Update to 0.32.0., guix-commits, 2025/03/28
- 220/244: gnu: go-github-com-viant-toolbox: Skip some tests on i686 system., guix-commits, 2025/03/28
- 221/244: gnu: go-github-com-syncthing-notify: Run tests in a single thread., guix-commits, 2025/03/28
- 225/244: gnu: go-github-com-cilium-ebpf: Skip some tests on i686 system., guix-commits, 2025/03/28
- 226/244: gnu: prometheus-node-exporter: Update to 1.9.0., guix-commits, 2025/03/28
- 227/244: gnu: prometheus-node-exporter: Fix indentation., guix-commits, 2025/03/28
- 230/244: gnu: Add go-github-com-coder-quartz., guix-commits, 2025/03/28
- 231/244: gnu: Add go-github-com-prometheus-sigv4., guix-commits, 2025/03/28
- 238/244: gnu: go-github-com-prometheus-client-model: Simplify.,
guix-commits <=
- 239/244: gnu: nebula: Build service., guix-commits, 2025/03/28
- 241/244: gnu: Add go-google-golang-org-grpc., guix-commits, 2025/03/28
- 232/244: gnu: Remove go-github-com-prometheus-common-sigv4., guix-commits, 2025/03/28
- 236/244: gnu: go-github-com-prometheus-common: Update to 0.63.0., guix-commits, 2025/03/28
- 242/244: gnu: Add go-k8s-io-cri-api., guix-commits, 2025/03/28
- 201/244: gnu: Add go-go-opencensus-io., guix-commits, 2025/03/28
- 223/244: gnu: Add protoc-gen-validate., guix-commits, 2025/03/28
- 214/244: gnu: Add go-contrib-go-opencensus-io-exporter-prometheus., guix-commits, 2025/03/28
- 243/244: gnu: go-go-opencensus-io: Enable all tests., guix-commits, 2025/03/28