mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add go-github-com-pion-logging.
* gnu/packages/golang-xyz.scm (go-github-com-pion-logging): New variable. Change-Id: I2da53900059251b78cad2bb56cfbc87228c91e23 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
09535959a9
commit
26b324d082
1 changed files with 24 additions and 0 deletions
|
@ -2982,6 +2982,30 @@ (define-public go-github-com-pierrec-cmdflag
|
||||||
on top of the standard library @code{flag} package.")
|
on top of the standard library @code{flag} package.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public go-github-com-pion-logging
|
||||||
|
(package
|
||||||
|
(name "go-github-com-pion-logging")
|
||||||
|
(version "0.2.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/pion/logging/")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "11ay8c15xk3pv7y9nd80szk3mci480x67yqlgb10vswrz4h4mx3v"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/pion/logging"))
|
||||||
|
(home-page "https://github.com/pion/logging/")
|
||||||
|
(synopsis "Logging library for Golang projects")
|
||||||
|
(description
|
||||||
|
"This package provides a logging library used by @url{https://github.com/pion,
|
||||||
|
Pion}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-prometheus-client-model
|
(define-public go-github-com-prometheus-client-model
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-prometheus-client-model")
|
(name "go-github-com-prometheus-client-model")
|
||||||
|
|
Loading…
Reference in a new issue