mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-apex-logs.
* gnu/packages/golang-xyz.scm (go-github-com-apex-logs): New variable. Change-Id: Iab4732bec72498b40ebaef3526c2b8b199f6d6a2
This commit is contained in:
parent
0fc790cde3
commit
228827d06e
1 changed files with 27 additions and 0 deletions
|
@ -1433,6 +1433,33 @@ commands.")
|
|||
"This package implements optimal parameters for data-types.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-apex-logs
|
||||
(package
|
||||
(name "go-github-com-apex-logs")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/apex/logs")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0dm4bqwnjlb5xgpym3qwmn3gxr05p29fjd6i8vdbc34cj6lyc35h"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; Network access is requried.
|
||||
#:test-flags #~(list "-skip" "TestService_GetProjects|TestHTTP")
|
||||
#:import-path "github.com/apex/logs"))
|
||||
(native-inputs
|
||||
(list go-github-com-tj-assert))
|
||||
(home-page "https://github.com/apex/logs")
|
||||
(synopsis "Logs client for Golang")
|
||||
;; There is no much info in project's README.
|
||||
(description "This package implements a log client.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-apparentlymart-go-dump
|
||||
(package
|
||||
(name "go-github-com-apparentlymart-go-dump")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue