mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-k8s-io-klog-v2.
* gnu/packages/golang-xyz.scm (go-k8s-io-klog-v2): New variable. Change-Id: I98900fdd7449b4e6bf6d4ea35eac659b188182a4
This commit is contained in:
parent
838377c4d7
commit
27eecaac18
1 changed files with 19 additions and 0 deletions
|
@ -6747,6 +6747,25 @@ also provides V-style logging controlled by the @code{-v} and
|
||||||
@code{https://github.com/golang/glog}.")
|
@code{https://github.com/golang/glog}.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-k8s-io-klog-v2
|
||||||
|
(package
|
||||||
|
(inherit go-k8s-io-klog)
|
||||||
|
(name "go-k8s-io-klog-v2")
|
||||||
|
(version "2.130.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/kubernetes/klog")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "12q9jhxfpq75sgmdxgcz85znbgdi04ic9zy3rm0c47n24clz6z73"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "k8s.io/klog/v2"))))
|
||||||
|
|
||||||
(define-public go-mvdan-cc-editorconfig
|
(define-public go-mvdan-cc-editorconfig
|
||||||
(package
|
(package
|
||||||
(name "go-mvdan-cc-editorconfig")
|
(name "go-mvdan-cc-editorconfig")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue