[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/14: gnu: Add go-github-com-cyberdelia-go-metrics-graphite.
From: |
guix-commits |
Subject: |
03/14: gnu: Add go-github-com-cyberdelia-go-metrics-graphite. |
Date: |
Mon, 12 Feb 2024 18:38:46 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit a90bc5030d948343f0e4791057f568ce8f2d1dfc
Author: Dominic Martinez <dom@dominicm.dev>
AuthorDate: Sun Feb 11 19:28:17 2024 +0100
gnu: Add go-github-com-cyberdelia-go-metrics-graphite.
* gnu/packages/golang-xyz.scm
(go-github-com-cyberdelia-go-metrics-graphite): New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Id77785387b23a8317b21c2a7f7114f1c1aa6328b
---
gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 3b69c8fb36..dafbbfea30 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -82,6 +82,32 @@ optimized for sparse nodes of
@url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}.")
(license license:expat)))
+(define-public go-github-com-cyberdelia-go-metrics-graphite
+ (package
+ (name "go-github-com-cyberdelia-go-metrics-graphite")
+ (version "0.0.0-20161219230853-39f87cc3b432")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cyberdelia/go-metrics-graphite")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1nnpwryw8i110laffyavvhx38gcd1jnpdir69y6fxxzpx06d094w"))))
+ (build-system go-build-system)
+ (propagated-inputs
+ (list go-github-com-rcrowley-go-metrics))
+ (arguments
+ '(#:tests? #f ; Tests require network interface access
+ #:import-path "github.com/cyberdelia/go-metrics-graphite"))
+ (home-page "https://github.com/cyberdelia/go-metrics-graphite")
+ (synopsis "Graphite client for go-metrics")
+ (description "This package provides a reporter for the
+@url{https://github.com/rcrowley/go-metrics,go-metrics} library which posts
+metrics to Graphite.")
+ (license license:bsd-2)))
+
(define-public go-github-com-djherbis-atime
(package
(name "go-github-com-djherbis-atime")
- branch master updated (bb4f0509b7 -> ffc7650c11), guix-commits, 2024/02/12
- 03/14: gnu: Add go-github-com-cyberdelia-go-metrics-graphite.,
guix-commits <=
- 01/14: gnu: Add go-github-com-anmitsu-go-shlex., guix-commits, 2024/02/12
- 04/14: gnu: Add go-github-com-miekg-dns., guix-commits, 2024/02/12
- 08/14: gnu: go-github-com-prometheus-client-model: Move to golang-xyz., guix-commits, 2024/02/12
- 05/14: gnu: Add go-github-com-nbrownus-go-metrics-prometheus., guix-commits, 2024/02/12
- 02/14: gnu: Add go-github-com-armon-go-radix., guix-commits, 2024/02/12
- 10/14: gnu: go-github-com-stathat-go: Move to golang-xyz., guix-commits, 2024/02/12
- 11/14: gnu: Add go-dario-cat-mergo., guix-commits, 2024/02/12
- 12/14: gnu: Add nebula., guix-commits, 2024/02/12
- 13/14: gnu: nebula: Update to 1.8.2., guix-commits, 2024/02/12
- 07/14: gnu: Add go-github-com-skip2-go-qrcode., guix-commits, 2024/02/12