mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: Add go-github-com-containerd-platforms.
* gnu/packages/golang-xyz.scm (go-github-com-containerd-platforms): New variable. Change-Id: I846e26f2414268452d1d21e0387f0c2eb970c32e
This commit is contained in:
parent
fc2e80506a
commit
5e95ca96db
1 changed files with 30 additions and 0 deletions
|
@ -3167,6 +3167,36 @@ way.")
|
||||||
loggers through a context, and attaching context to the logger.")
|
loggers through a context, and attaching context to the logger.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-containerd-platforms
|
||||||
|
(package
|
||||||
|
(name "go-github-com-containerd-platforms")
|
||||||
|
(version "0.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/containerd/platforms")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "03clc3b2fvlym5d2rvgima0p0br1m34p8gs7rn6y5rp7v7z601sx"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/containerd/platforms"))
|
||||||
|
(native-inputs
|
||||||
|
(list go-github-com-stretchr-testify))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-containerd-log
|
||||||
|
go-github-com-opencontainers-image-spec
|
||||||
|
go-golang-org-x-sys))
|
||||||
|
(home-page "https://github.com/containerd/platforms")
|
||||||
|
(synopsis "Handling container platform type")
|
||||||
|
(description
|
||||||
|
"Package platforms provides a toolkit for normalizing, matching and
|
||||||
|
specifying container platforms.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-coocood-freecache
|
(define-public go-github-com-coocood-freecache
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-coocood-freecache")
|
(name "go-github-com-coocood-freecache")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue