diff options
| author | Arthur Rodrigues <arthurhdrodrigues@proton.me> | 2025-10-30 00:19:11 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-09 09:10:06 +0000 |
| commit | 63a9664f13d01582a9e7b1bfc37681fa2437ee93 (patch) | |
| tree | 2e9f29e063c7f6c64e107593816f4095b75b8bff | |
| parent | 9b37d13de752638c89c34c277c5c689a9feecf04 (diff) | |
gnu: Add go-github-com-fluent-fluent-logger-golang.
* gnu/packages/golang-xyz.scm (go-github-com-fluent-fluent-logger-golang): New variable.
Change-Id: I57a0b2dca6067c5f1378a39459cff181bde180d0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 1cdaf0833f8..e7177ca758f 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -7650,6 +7650,33 @@ Please vendor the library as it might change in future versions.") font files in your system's user and system font directories.") (license license:expat))) +(define-public go-github-com-fluent-fluent-logger-golang + (package + (name "go-github-com-fluent-fluent-logger-golang") + (version "1.10.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/fluent/fluent-logger-golang") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1cg53gh4d0z9nl7bldan5whh9wrgyiahnkl0cxhyjm0w13064ck0")))) + (build-system go-build-system) + (arguments + (list + #:skip-build? #t + #:import-path "github.com/fluent/fluent-logger-golang/fluent")) + (propagated-inputs + (list go-github-com-tinylib-msgp)) + (home-page "https://github.com/fluent/fluent-logger-golang") + (synopsis "Structured event logger for Golang") + (description + "This package provides a structured event logger for Golang developed for +@url{https://github.com/fluent/fluentd, fluentd}.") + (license license:asl2.0))) + ;; XXX: This repository has been archived by the owner on Nov 9, 2017. It is ;; now read-only. (define-public go-github-com-flynn-archive-go-shlex |
